export declare const REASON_PHRASE_FOR_STATUS_CODE_MAP: { readonly 202: "Accepted"; readonly 502: "Bad Gateway"; readonly 400: "Bad Request"; readonly 409: "Conflict"; readonly 100: "Continue"; readonly 201: "Created"; readonly 417: "Expectation Failed"; readonly 424: "Failed Dependency"; readonly 403: "Forbidden"; readonly 504: "Gateway Timeout"; readonly 410: "Gone"; readonly 505: "HTTP Version Not Supported"; readonly 418: "I'm a teapot"; readonly 419: "Insufficient Space on Resource"; readonly 507: "Insufficient Storage"; readonly 500: "Internal Server Error"; readonly 411: "Length Required"; readonly 423: "Locked"; readonly 420: "Method Failure"; readonly 405: "Method Not Allowed"; readonly 301: "Moved Permanently"; readonly 302: "Moved Temporarily"; readonly 207: "Multi-Status"; readonly 300: "Multiple Choices"; readonly 511: "Network Authentication Required"; readonly 204: "No Content"; readonly 203: "Non Authoritative Information"; readonly 406: "Not Acceptable"; readonly 404: "Not Found"; readonly 501: "Not Implemented"; readonly 304: "Not Modified"; readonly 200: "OK"; readonly 206: "Partial Content"; readonly 402: "Payment Required"; readonly 308: "Permanent Redirect"; readonly 412: "Precondition Failed"; readonly 428: "Precondition Required"; readonly 102: "Processing"; readonly 407: "Proxy Authentication Required"; readonly 431: "Request Header Fields Too Large"; readonly 408: "Request Timeout"; readonly 413: "Request Entity Too Large"; readonly 414: "Request-URI Too Long"; readonly 416: "Requested Range Not Satisfiable"; readonly 205: "Reset Content"; readonly 303: "See Other"; readonly 503: "Service Unavailable"; readonly 101: "Switching Protocols"; readonly 307: "Temporary Redirect"; readonly 429: "Too Many Requests"; readonly 401: "Unauthorized"; readonly 451: "Unavailable For Legal Reasons"; readonly 422: "Unprocessable Entity"; readonly 415: "Unsupported Media Type"; readonly 305: "Use Proxy"; readonly 421: "Misdirected Request"; };