export declare const JSON_TYPE = "application/json"; export declare const HTML_TYPE = "text/html; charset=UTF-8"; export declare const C_TYPE = "content-type"; export declare const STATUS_ERROR_LIST: Record; export declare const MIME_LIST: Record; export declare const revMimeList: (name: string) => string;