export declare enum HTTP {
    GET = "get",
    POST = "post",
    PUT = "put",
    DEL = "delete"
}
//# sourceMappingURL=HTTP.d.ts.map