import { HttpClient } from '@angular/common/http'; import { Environment } from '@prutech/components'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as fromEDListReducer from '../reducers/root.reducer'; import { EmploymentDeclarationList } from '../models/employment-declaration-list.model'; import { EmploymentDeclarationListItem } from '../models/employment-declaration-list-item.model'; import { EmploymentDeclarationPayload } from '../models/employment-declaration-payload'; import * as i0 from "@angular/core"; export declare class EmploymentDeclarationListService { private http; private store; private environment; listLoading: Observable; initiateEdLoading: Observable; errorMessage: Observable; workList: Observable; canInitiateED: Observable; empDeclarationId: Observable; constructor(http: HttpClient, store: Store, environment: Environment); dispatchLoadEdList(payload: EmploymentDeclarationPayload): void; dispatchInitiateVentureEd(payload: EmploymentDeclarationPayload): void; getEdList(payload: EmploymentDeclarationPayload): Observable; initiateVentureEd(payload: EmploymentDeclarationPayload): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }