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