import type { Stats } from "node:fs"; import type { PathStat } from "./types.js"; export declare function pathStatFromStats(stat: Stats): PathStat; //# sourceMappingURL=path-stat.d.ts.map