import type { BigIntStats, Dirent, Stats } from 'fs';
export type AnyStats = Stats | BigIntStats | Dirent;
