export declare class RequestMethod { static GET: string; static HEAD: string; static POST: string; static PUT: string; static DELETE: string; static OPTIONS: string; static CONNECT: string; }