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