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