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