export declare const isCsv: (type: string) => boolean; export declare const isImage: (type: string) => boolean; export declare const isPdf: (type: string) => boolean; export declare const isVideo: (type: string) => boolean; export declare const isPreviewableAsPdf: (type: string) => boolean; //# sourceMappingURL=mimeType.d.ts.map