import fs from 'node:fs'; export declare function safeStat(filePath: string): Promise; export declare function safeStatSync(filePath: string): fs.Stats | undefined;