import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { ESSEvaluationWorkListService } from '../services/ess-evaluation-worklist.service'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { ActivatedRoute, Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class ESSEvaluationWorkListEffects { private essEvaluationWorkListService; private route; private router; private actions$; private toastr; loadESSEvaluation$: Observable; initiateEvaluationStart$: Observable; evaluationSuccessAction$: Observable; evaluationFailAction$: Observable; constructor(essEvaluationWorkListService: ESSEvaluationWorkListService, route: Router, router: ActivatedRoute, actions$: Actions, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }