import { ICallback, IRedisClient } from 'redis-smq-common';
import { IQueueParams } from '../../queue/index.js';
import { TExchangeTransferable } from '../types/index.js';
export declare function _getExchangeQueues(redisClient: IRedisClient, exchangeParams: TExchangeTransferable, cb: ICallback<IQueueParams[]>): void;
//# sourceMappingURL=_get-exchange-queues.d.ts.map