import type { BigIntStats } from 'fs';
import type { AnyStats } from './types.ts';
export default function toBigIntStats(stats: AnyStats): BigIntStats;
