import { ReqRes } from '../types.backend'; export declare const jsonTypes: ((contentType: string) => boolean)[]; export default class MediaType { private htmlReqRes; constructor(htmlReqRes: ReqRes); isHumanReadable(): boolean; isJSON(): boolean; contentType(): string; headers(): any; }