export declare const Method: { GET: string; PUT: string; POST: string; HEAD: string; PATCH: string; DELETE: string; OPTIONS: string; };