export declare const httpMethods: { get: string; post: string; delete: string; put: string; head: string; };