/** * HTTP method name strings */ export declare type Method = "GET" | "POST" | "PUT" | "DELETE" | "PATCH";