export declare function createFileMutationLeaseStore(args: { waitTimeoutMs: number; }): { acquire: (canonicalPath: string, ownerID: string) => Promise; release: (canonicalPath: string, ownerID: string) => void; };