export declare type Method = "GET" | "POST" | "PUT" | "DELETE";
