import { DistributedLockService, ILockOptions } from './distributed-lock'; export declare class EventsDistributedLockService { private distributedLockService; constructor(distributedLockService: DistributedLockService); applyLock(settings: ILockOptions, handler: () => Promise): Promise; } //# sourceMappingURL=events-distributed-lock.service.d.ts.map