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