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