type AtomicWriteOptions = { mode?: number; }; export declare function atomicWrite(filePath: string, content: string, options?: AtomicWriteOptions): void; export {}; //# sourceMappingURL=fs-helpers.d.ts.map