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