import * as fs from 'node:fs'; export declare const isFileNewer: (file1: fs.Stats, file2: fs.Stats) => boolean;