declare const methods: readonly ["get", "post", "put", "delete", "head", "connect", "options", "trace", "patch"]; export type Method = typeof methods[number]; export default methods; //# sourceMappingURL=methods.d.ts.map