export declare function validateFileHeader(file: File, accept: string): Promise<boolean>;
