export interface ConsumerGroup { consumerGroupId: string; numConsumers: number; numTopics: number; }