export declare const enum PURE_METHOD { GET = "GET", POST = "POST", PUT = "PUT", DELETE = "DELETE", OPTIONS = "OPTIONS", TRACE = "TRACE", PATCH = "PATCH", PURGE = "PURGE", HEAD = "HEAD" } export declare const toPureMethod: (method?: string) => PURE_METHOD; //# sourceMappingURL=PureMethod.d.ts.map