/** Atomic write: write to tmp file then rename. Prevents corruption on crash/concurrent access. */ export declare function atomicWrite(filePath: string, data: string): boolean;