import { GlideRecord } from "../types/GlideRecord"; export declare class IDRReplStatus { static connectionErrorsPresent( parentSetGr?: GlideRecord, infoTable?: string ): boolean; static inboundStatus(replicationSetId?: string): IDRReplStatus; static outboundStatus(replicationSetId?: string): IDRReplStatus; static resetTopicStatus(infoSysId?: string): void; static resolvedStatus(replicationSetId?: string): IDRReplStatus; static status(replicationSetId?: string): IDRReplStatus; status: string; statusLable: string; statusMessage: string; }