export declare class LoggerHelperService { private platformId; private isBrowser; private _correlationId; constructor(platformId: any); get correlationId(): string; setCorrelationId(): void; get sessionId(): string; private setSessionId; }