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