export declare const validateFile: (file: File, allowedSize?: number, allowedExtensions?: string[]) => boolean;
