import { TErrors } from '../../../errors/errors.js';
export type DeleteExchangeDirectXControllerResponseDTO = readonly [204, null] | TErrors['InvalidFanoutExchangeParametersError'] | TErrors['ExchangeHasBoundQueuesError'];
//# sourceMappingURL=DeleteExchangeDirectXControllerResponseDTO.d.ts.map