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