export declare function isJsonContentType(ct: string | null | undefined): boolean; export declare function isProblemJsonContentType(ct: string | null | undefined): boolean;