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