import { TErrors } from '../../../errors/errors.js';
export type GetRoutingKeysDirectXControllerResponseDTO = readonly [200, string[]] | TErrors['InvalidDirectExchangeParametersError'];
//# sourceMappingURL=GetRoutingKeysDirectXControllerResponseDTO.d.ts.map