/** * Return is contentType can be safely stored as a string * @param contentType */ export declare const isTextContentType: (contentType: string) => boolean;