export declare const ContentType: { json: string; text: string; html: string; }; export declare function isTextContentType(value: any): boolean;