export declare const HttpToKeyStatus: { readonly 100: "continue"; readonly 101: "switchingProtocols"; readonly 102: "processing"; readonly 200: "ok"; readonly 201: "created"; readonly 202: "accepted"; readonly 203: "nonAuthoritativeInformation"; readonly 204: "noContent"; readonly 205: "resetContent"; readonly 206: "partialContent"; readonly 207: "multiStatus"; readonly 208: "alreadyReported"; readonly 226: "imUsed"; readonly 300: "multipleChoices"; readonly 301: "movedPermanently"; readonly 302: "found"; readonly 303: "seeOther"; readonly 304: "notModified"; readonly 307: "temporaryRedirect"; readonly 308: "permanentRedirect"; readonly 400: "invalidRequest"; readonly 401: "unauthenticated"; readonly 402: "paymentRequired"; readonly 403: "permissionDenied"; readonly 404: "notFound"; readonly 405: "methodNotAllowed"; readonly 406: "notAcceptable"; readonly 407: "proxyAuthenticationRequired"; readonly 408: "requestTimeout"; readonly 409: "conflict"; readonly 410: "gone"; readonly 411: "lengthRequired"; readonly 412: "preconditionFailed"; readonly 413: "contentTooLarge"; readonly 414: "uriTooLong"; readonly 415: "unsupportedMediaType"; readonly 416: "rangeNotSatisfiable"; readonly 417: "exceptionFailed"; readonly 418: "imATeapot"; readonly 421: "misdirectedRequest"; readonly 422: "unprocessableContent"; readonly 423: "locked"; readonly 424: "failedDependency"; readonly 425: "tooEarly"; readonly 426: "upgradeRequired"; readonly 428: "preconditionRequired"; readonly 429: "rateLimitExceeded"; readonly 431: "requestHeaderFieldsTooLarge"; readonly 451: "unavailableForLegalReasons"; readonly 500: "internalError"; readonly 501: "notImplemented"; readonly 502: "badGateway"; readonly 503: "serviceUnavailable"; readonly 504: "gatewayTimeout"; readonly 505: "httpVersionNotSupported"; readonly 506: "variantAlsoNegotiates"; readonly 507: "insufficientStorage"; readonly 508: "loopDetected"; readonly 510: "notExtended"; readonly 511: "networkAuthenticationRequired"; }; export declare type HttpToKeyStatus = typeof HttpToKeyStatus; export declare const KeyToHttpStatus: { readonly continue: 100; readonly switchingProtocols: 101; readonly processing: 102; readonly ok: 200; readonly created: 201; readonly accepted: 202; readonly nonAuthoritativeInformation: 203; readonly noContent: 204; readonly resetContent: 205; readonly partialContent: 206; readonly multiStatus: 207; readonly alreadyReported: 208; readonly imUsed: 226; readonly multipleChoices: 300; readonly movedPermanently: 301; readonly found: 302; readonly seeOther: 303; readonly notModified: 304; readonly temporaryRedirect: 307; readonly permanentRedirect: 308; readonly invalidRequest: 400; readonly unauthenticated: 401; readonly paymentRequired: 402; readonly permissionDenied: 403; readonly notFound: 404; readonly methodNotAllowed: 405; readonly notAcceptable: 406; readonly proxyAuthenticationRequired: 407; readonly requestTimeout: 408; readonly conflict: 409; readonly gone: 410; readonly lengthRequired: 411; readonly preconditionFailed: 412; readonly contentTooLarge: 413; readonly uriTooLong: 414; readonly unsupportedMediaType: 415; readonly rangeNotSatisfiable: 416; readonly exceptionFailed: 417; readonly imATeapot: 418; readonly misdirectedRequest: 421; readonly unprocessableContent: 422; readonly locked: 423; readonly failedDependency: 424; readonly tooEarly: 425; readonly upgradeRequired: 426; readonly preconditionRequired: 428; readonly rateLimitExceeded: 429; readonly requestHeaderFieldsTooLarge: 431; readonly unavailableForLegalReasons: 451; readonly internalError: 500; readonly notImplemented: 501; readonly badGateway: 502; readonly serviceUnavailable: 503; readonly gatewayTimeout: 504; readonly httpVersionNotSupported: 505; readonly variantAlsoNegotiates: 506; readonly insufficientStorage: 507; readonly loopDetected: 508; readonly notExtended: 510; readonly networkAuthenticationRequired: 511; }; export declare type KeyToHttpStatus = typeof KeyToHttpStatus; //# sourceMappingURL=statusCode.d.ts.map