import { MessageType, LogData, ErrorType, TypescriptLoggerFactory } from '@ngx-dino/core'; import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; export declare class LogActions { private actions$; private logger; messageType: MessageType; logData: LogData; errorType: ErrorType; sidenavActions: string[]; startingActions: string[]; errorActions: any; constructor(actions$: Actions, loggerFactory: TypescriptLoggerFactory); startActionsEffects: Observable; errorActionsEfects: Observable; }