export interface CollectionAdvisoryLockService { withLock(key: string, fn: () => Promise): Promise; }