export declare class IDRLoggerHelper { static getAvailableAndSelectedConsumerInstanceInfo(replicationSetId?: string): string static getAvailableConnectionDetails(replicationSetId?: string): string static loadTracerConnectionInfo(): string static processStartTracer(replicationSetId?: string, selectedConsumersList?: string): string static processStopTracer(replicationSetId?: string): void static reloadActiveTracerConnectionDetails(): string }