/** * the file comparison function. * @param file1Path the file 1 path. * @param file2Path the file 2 path. * @returns the file comparison result. */ export declare function fileComparison(file1Path: any, file2Path: any): boolean;