import type { StatsInstance } from './stats.instance.js'; export type StatSyncFunction = (path: string) => StatsInstance;