import { GlideRecord } from "../types/GlideRecord"; export declare class IDRDCTHelper { static canHideAutoSeed( replicationSetSysId?: string, subscriberInstanceName?: string ): boolean; static cancelComparisonRequest(current?: GlideRecord): void; static getEntryNamesFromReplicationSetId(replicationSetId?: string): string[]; static getSourceAndTargetRecordXMLPayload( requestId?: string, selectedRecordSysId?: string ): any; static getTargetInstanceInfo( replicationSetId?: string, targetInstanceName?: string ): any; static getTargetInstancesInfoFromSetId(replicationSetId?: string): string; static isDctEnabledOnTargetInstance( replicationSetSysId?: string, subscriberInstanceName?: string ): boolean; static shouldHideDCTReseed(current?: GlideRecord): boolean; static shouldShowNewComparisonRequest(current?: GlideRecord): string[]; }