export type Method = 'GET' | 'POST' | 'PATCH' | 'PUT' | 'DELETE' | 'HEAD' | 'CONNECT' | 'TRACE' | 'OPTIONS';
//# sourceMappingURL=methods.d.ts.map