export declare const ensureDirectoryExistence: (filePath: string) => true | undefined; export declare const writeSafe: (filePath: string, content: string) => void;