/** Cross-process mutex for the durable local provider and quota ledger. */ export declare function withFileLock(lockPath: string, operation: () => Promise): Promise; //# sourceMappingURL=lock.d.ts.map