export declare enum HttpMethod { GET = "get", POST = "post", PUT = "put", DELETE = "delete" }