interface FileLockOptions { retryDelayMs?: number; timeoutMs?: number; } export declare function withFileLock(lockPath: string, fn: () => Promise, options?: FileLockOptions): Promise; export {}; //# sourceMappingURL=lock.d.ts.map