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