export function init(db: import('mongodb').Db, ttl?: number | undefined): Promise; export function stop(): Promise; export function acquire(_id: string, origin?: string | undefined): Promise; export function release(_id: string, delay?: number | undefined): Promise; //# sourceMappingURL=locks.d.ts.map