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