declare const fileValidation: (filePath: string) => Promise<boolean>;
export default fileValidation;
