/** Check whether a content type is safe to decode as UTF-8 text. */ export declare function isTextContentType(contentType: string): boolean; //# sourceMappingURL=content-type.d.ts.map