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