export declare enum HttpMethod { get = "get", post = "post" }