import { IQueueParams } from '../../queue-manager/index.js';
import { EQueueStateLockOwner, IQueueStateTransition, TQueueStateTransitionOptions } from '../types/index.js';
import { ICallback, ILogger } from 'redis-smq-common';
export declare function _lockQueuelock(queue: string | IQueueParams, lockOwner: EQueueStateLockOwner, lockId: string, options: TQueueStateTransitionOptions | null, logger: ILogger, cb: ICallback<IQueueStateTransition>): void;
//# sourceMappingURL=_lock-queue.d.ts.map