import { IQueueParams } from 'redis-smq';
import { TErrors } from '../../../errors/errors.js';
export type MatchQueuesFanoutXControllerResponseDTO = readonly [200, IQueueParams[]] | TErrors['InvalidFanoutExchangeParametersError'];
//# sourceMappingURL=MatchQueuesFanoutXControllerResponseDTO.d.ts.map