declare enum HttpMethod {
    GET = "GET"
}
export default HttpMethod;
//# sourceMappingURL=HttpMethod.d.ts.map