import { HttpClient } from '@angular/common/http'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as fromStepEvaluationList from '../reducers/root-reducer'; import { EvaluationWorkListModel } from '../models/evaluation-history-list-model'; import { Environment } from '@prutech/components'; import { EvaluationHistoryListItem } from '../models/evaluation-history-item'; import * as i0 from "@angular/core"; export declare class stepEvaluationListService { private http; private store; private environment; stepEvaluation: Observable; stepEvaluationAdd: Observable; stepEvaluationAddLoading: Observable; stepEvaluationListLoading: Observable; stepEvaluationListErrorMessages: Observable; canInitiatestepEvaluation: Observable; canShowConvertExemptToNonExemptionWarningMessage: Observable; evaluationId: Observable; constructor(http: HttpClient, store: Store, environment: Environment); dispatchLoadstepEvaluationList(payload: number): void; loadstepEvaluationList(payload: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }