import { GlideRecord } from "../types/GlideRecord.js"; export declare class IDRReplStatus { status: string; statusLable: string; statusMessage: string; 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; } //# sourceMappingURL=IDRReplStatus.d.ts.map