import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { NcpEvaluationWorkListService } from '../services/ncp-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 NcpEvaluationWorkListEffects { private ncpEvaluationWorkListService; private actions$; private toastr; private route; private router; loadNcpEvaluation$: Observable; initiateEvaluationStart$: Observable; evaluationSuccessAction$: Observable; evaluationFailAction$: Observable; constructor(ncpEvaluationWorkListService: NcpEvaluationWorkListService, actions$: Actions, toastr: ToastrService, route: Router, router: ActivatedRoute); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }