export declare const RequestMethod: { Get: string; Post: string; Put: string; Delete: string; Options: string; Head: string; Patch: string; };