import type { Stats } from 'node:fs'; export declare const lstatSafeSync: (path: string) => Stats | null; export declare const lstatSafe: (path: string) => Promise; //# sourceMappingURL=lstatSafe.d.ts.map