export declare class IDRTopicInfo { constructor(); geHermesEndOffset(): Array; getBeginningOffset(): number; getCurrentOffset(): number; getEndOffset(): number; getHermesBeginningOffset(): Array; getHermesCurrentOffset(): Array; getRemoteTopicCode(): string; getRemoteTopicLocation(): string; getReplicationSet(): string; getTopic(): string; getTopicDirection(): string; getTopicOwner(): string; getType(): string; isHermesTopic(): boolean; isRemoteTopic(): boolean; } //# sourceMappingURL=IDRTopicInfo.d.ts.map