/// export declare const isMimeType: (data: File | string | Buffer, type: string) => boolean; export * from './application'; export * from './audio'; export * from './chemical'; export * from './image'; export * from './other'; export * from './text'; export * from './video';