import { HTTPMethod } from './types'; export declare function IsHTTPMethod(value: any): value is HTTPMethod;