/**
 * @public
 * Supported HTTP methods to use when making requests.
 */
export type HttpMethods = "GET" | "PUT" | "POST" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | "TRACE";
//# sourceMappingURL=httpMethods.d.ts.map