export declare function getMimeType(filePath: string): string;
export declare function isPdfFile(mimeType: string): boolean;
export declare function isImageFile(mimeType: string): boolean;
