export declare class HermesTopicTableManager { constructor(); createTopicRecord(topicName?: string, hermesServiceName?: string): string; syncPartitions(topicSysId?: string): boolean; } //# sourceMappingURL=HermesTopicTableManager.d.ts.map