export declare class IDRReplicationLog { static logErrorById(sysId?: string, source?: string, exception?: any): void; static logErrorByName( replName?: string, producerInstanceId?: string, source?: string, exception?: any ): void; static logInfoById(id?: string, source?: string, info?: string): void; static logWarnById(id?: string, source?: string, info?: string): void; }