import type { Stats } from "node:fs"; export declare function pathExists(path: string): Promise; /** * @returns undefined if the file does not exist or can't be accessed */ export declare function fileStatsOrUndef(path: string): Promise; export declare function ensureDirectory(path: string): Promise; //# sourceMappingURL=fs-utils.d.ts.map