/** * Write data atomically: tmp file + fsync + rename. * A torn credential write decrypts to garbage and reads back as * "not configured"; the tmp+rename keeps the old blob intact until * the new one is fully on disk. */ export declare function atomicWriteFile(path: string, data: Buffer): Promise; //# sourceMappingURL=atomic-write.d.ts.map