export declare const MIME_APPLICATION_JSON = "application/json"; export declare const MIME_APPLICATION_XML = "application/xml"; export declare const MIME_APPLICATION_X_WWW_FORM_URLENCODED = "application/x-www-form-urlencoded"; export declare const MIME_APPLICATION_OCTET_STREAM = "application/octet-stream"; export declare const MIME_APPLICATION_PDF = "application/pdf"; export declare const MIME_APPLICATION_ZIP = "application/zip"; export declare const MIME_APPLICATION_GZIP = "application/gzip"; export declare const MIME_APPLICATION_JAVASCRIPT = "application/javascript"; export declare const MIME_APPLICATION_ATOM_XML = "application/atom+xml"; export declare const MIME_APPLICATION_RSS_XML = "application/rss+xml"; export declare const MIME_APPLICATION_XHTML_XML = "application/xhtml+xml"; export declare const MIME_APPLICATION_SOAP_XML = "application/soap+xml"; export declare const MIME_APPLICATION_JSON_PATCH = "application/json-patch+json"; export declare const MIME_APPLICATION_LD_JSON = "application/ld+json"; export declare const MIME_APPLICATION_VND_API_JSON = "application/vnd.api+json"; export declare const MIME_APPLICATION_HAL_JSON = "application/hal+json"; export declare const MIME_APPLICATION_PROBLEM_JSON = "application/problem+json"; export declare const MIME_APPLICATION_X_TAR = "application/x-tar"; export declare const MIME_APPLICATION_X_RAR = "application/x-rar-compressed"; export declare const MIME_APPLICATION_X_7Z = "application/x-7z-compressed"; export declare const MIME_APPLICATION_VND_MS_EXCEL = "application/vnd.ms-excel"; export declare const MIME_APPLICATION_VND_OPENXML_SPREADSHEET = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"; export declare const MIME_APPLICATION_MSWORD = "application/msword"; export declare const MIME_APPLICATION_VND_OPENXML_DOCUMENT = "application/vnd.openxmlformats-officedocument.wordprocessingml.document"; export declare const MIME_APPLICATION_VND_MS_POWERPOINT = "application/vnd.ms-powerpoint"; export declare const MIME_APPLICATION_VND_OPENXML_PRESENTATION = "application/vnd.openxmlformats-officedocument.presentationml.presentation"; export declare const MIME_TEXT_PLAIN = "text/plain"; export declare const MIME_TEXT_HTML = "text/html"; export declare const MIME_TEXT_CSS = "text/css"; export declare const MIME_TEXT_JAVASCRIPT = "text/javascript"; export declare const MIME_TEXT_XML = "text/xml"; export declare const MIME_TEXT_CSV = "text/csv"; export declare const MIME_TEXT_MARKDOWN = "text/markdown"; export declare const MIME_TEXT_CALENDAR = "text/calendar"; export declare const MIME_TEXT_VCARD = "text/vcard"; export declare const MIME_TEXT_RTF = "text/rtf"; export declare const MIME_IMAGE_JPEG = "image/jpeg"; export declare const MIME_IMAGE_PNG = "image/png"; export declare const MIME_IMAGE_GIF = "image/gif"; export declare const MIME_IMAGE_WEBP = "image/webp"; export declare const MIME_IMAGE_SVG_XML = "image/svg+xml"; export declare const MIME_IMAGE_BMP = "image/bmp"; export declare const MIME_IMAGE_ICO = "image/x-icon"; export declare const MIME_IMAGE_TIFF = "image/tiff"; export declare const MIME_IMAGE_AVIF = "image/avif"; export declare const MIME_IMAGE_HEIC = "image/heic"; export declare const MIME_IMAGE_HEIF = "image/heif"; export declare const MIME_AUDIO_MPEG = "audio/mpeg"; export declare const MIME_AUDIO_WAV = "audio/wav"; export declare const MIME_AUDIO_OGG = "audio/ogg"; export declare const MIME_AUDIO_MP4 = "audio/mp4"; export declare const MIME_AUDIO_AAC = "audio/aac"; export declare const MIME_AUDIO_FLAC = "audio/flac"; export declare const MIME_AUDIO_WEBM = "audio/webm"; export declare const MIME_AUDIO_X_WAV = "audio/x-wav"; export declare const MIME_VIDEO_MP4 = "video/mp4"; export declare const MIME_VIDEO_WEBM = "video/webm"; export declare const MIME_VIDEO_OGG = "video/ogg"; export declare const MIME_VIDEO_AVI = "video/x-msvideo"; export declare const MIME_VIDEO_QUICKTIME = "video/quicktime"; export declare const MIME_VIDEO_X_FLV = "video/x-flv"; export declare const MIME_VIDEO_3GPP = "video/3gpp"; export declare const MIME_VIDEO_X_MS_WMV = "video/x-ms-wmv"; export declare const MIME_MULTIPART_FORM_DATA = "multipart/form-data"; export declare const MIME_MULTIPART_BYTERANGES = "multipart/byteranges"; export declare const MIME_MULTIPART_ALTERNATIVE = "multipart/alternative"; export declare const MIME_MULTIPART_MIXED = "multipart/mixed"; export declare const MIME_FONT_WOFF = "font/woff"; export declare const MIME_FONT_WOFF2 = "font/woff2"; export declare const MIME_FONT_TTF = "font/ttf"; export declare const MIME_FONT_OTF = "font/otf"; export declare const MIME_MESSAGE_RFC822 = "message/rfc822"; export declare const MIME_MESSAGE_PARTIAL = "message/partial"; export declare const MIME_MESSAGE_EXTERNAL_BODY = "message/external-body"; export declare const MIME_MODEL_GLTF_JSON = "model/gltf+json"; export declare const MIME_MODEL_GLTF_BINARY = "model/gltf-binary"; export declare const MIME_OCTET_STREAM = "application/octet-stream";