/** All OpenAPI HTTP methods */
export declare const HTTP_METHODS: readonly ["delete", "get", "head", "options", "patch", "post", "put", "trace"];
/** All http methods we support */
export type HttpMethod = (typeof HTTP_METHODS)[number];
/** Set of all http methods we support */
export declare const httpMethods: Readonly<Set<"post" | "put" | "patch" | "delete" | "get" | "head" | "options" | "trace">>;
//# sourceMappingURL=http-methods.d.ts.map