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