import { HermesPartitionInfo } from "./HermesPartitionInfo"; export declare class HermesPartitionInspector { getPartitionCountForService( rawKafkaTopic?: string, isInternalTopic?: boolean, service?: string ): number; getPartitionInfoForTopicForService( rawKafkaTopic?: string, isInternalTopic?: boolean, service?: string ): HermesPartitionInfo[]; constructor(); }