import type { Stats } from "node:fs"; declare const isStatsIdentical: (sourceStat: Stats, destinationStat: Stats) => boolean; export default isStatsIdentical;