import { EQueueOperation } from '../../queue-operation-validator/index.js';
import { ICallback, IRedisClient } from 'redis-smq-common';
import { IQueueParams } from '../../queue-manager/index.js';
export declare function getRedisForQueueOperation<T>(queue: string | IQueueParams, operation: EQueueOperation, queueOperationFn: (client: IRedisClient, cb: ICallback<T>) => void, callback: ICallback<T>): void;
//# sourceMappingURL=get-redis-for-queue-operation.d.ts.map