import { type BigIntStats, type Stats } from 'node:fs'; export declare function areIdentical(sourceStat: Stats | BigIntStats, destinationStat: Stats | BigIntStats): boolean;