/** * Write file atomically with parent directory creation */ export declare function writeFileAtomic(filePath: string, content: string): Promise; /** * Ensure directory exists, creating it recursively if necessary */ export declare function ensureDirectoryExists(dirPath: string): Promise; //# sourceMappingURL=file.d.ts.map