export = verifyFile;
/**
 * @param {string} file
 * @return {boolean}
 */
declare function verifyFile(file: string): boolean;
