import { type HttpMethod } from './http-methods.js';
/** Type guard which takes in a string and returns true if it is in fact an HTTPMethod */
export declare const isHttpMethod: (method?: string | undefined) => method is HttpMethod;
//# sourceMappingURL=is-http-method.d.ts.map