import { type AtomicWriteOptions, type FileLockOptions } from '@wrongstack/persistence'; export type { AtomicWriteOptions, FileLockOptions } from '@wrongstack/persistence'; export declare const atomicWrite: (targetPath: string, content: string | Uint8Array, opts?: AtomicWriteOptions) => Promise; export declare const ensureDir: (dir: string) => Promise; export declare const withFileLock: (targetPath: string, fn: () => Promise, opts?: FileLockOptions) => Promise; //# sourceMappingURL=atomic-write.d.ts.map