export declare enum HttpMethod { GET = "GET", POST = "POST" }