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