/** Whether a MIME type represents text that can be handled as markup or plain text. */ export declare const isTextual: (mime: string) => boolean;