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