import * as httpStatus from "http-status"; export declare enum HttpVerb { GET = "GET", POST = "POST", PUT = "PUT", DELETE = "DELETE", PATCH = "PATCH" } export declare type HttpStatusCode = Extract; export declare function getHttpStatusText(statusCode: HttpStatusCode): string; //# sourceMappingURL=http.d.ts.map