import { HttpClient } from '@angular/common/http'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as fromNcpEvaluationList from '../reducers/root-reducer'; import { NCPEvaluationWorkListModel } from '../models/evaluation-worklist-model'; import { Environment } from '@prutech/components'; import * as i0 from "@angular/core"; export declare class NcpEvaluationWorkListService { private http; private store; private environment; ncpEvaluationWorklist: Observable; ncpEvaluationWorklistLoading: Observable; ncpWorklistErrorMessages: Observable; caseId: Observable; initiateEvaluationForm: Observable; constructor(http: HttpClient, store: Store, environment: Environment); dispatchLoadNcpEvaluationWorkList(): void; loadNcpEvaluationList(): Observable; dispatchLoadEvaluationStart(id: number): void; initiateEvaluation(payload: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }