import type { BigIntStats, Stats } from 'fs';
export default function normalizeStats(stats: Stats | BigIntStats): Stats | BigIntStats;
