import { TErrors } from '../../../errors/types/index.js';
export type SaveExchangeControllerResponseDTO = readonly [204, null] | TErrors['ExchangeInvalidFanOutParamsError'];
//# sourceMappingURL=SaveExchangeControllerResponseDTO.d.ts.map