export declare enum HttpCodes { success = 200, created = 201, accepted = 202, noContent = 204, movedPermanently = 301, foundAndRedirect = 302, seeOther = 303, notModified = 304, temporaryRedirect = 307, badRequest = 400, unathorized = 401, forbidden = 403, notfound = 404, methodNotAllowed = 405, notAcceptable = 406, requestTimeOut = 408, conflict = 409, preconditionFailed = 412, unsupportedMediaType = 415, unprocessableEntity = 422, internalError = 500, notImplemented = 501, gatewayError = 502, serviceUnavailable = 503, connectionTimeOut = 522 } //# sourceMappingURL=HttpCodes.enum.d.ts.map