import { HttpClient } from '@angular/common/http'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as fromChildcareList from '../reducers/root-reducer'; import { EmergencyContacts } from '../models/emergency-contacts'; import { Environment } from '@prutech/components'; import * as i0 from "@angular/core"; export declare class EmergencyContactService { private http; private store; private environment; emergencyContact: Observable; emergencyContactLoading: Observable; constructor(http: HttpClient, store: Store, environment: Environment); dispatchLoadEmergencyContactList(payload: { assessmentId: number; caseId: number; }): void; loadEmergencyContactList(payload: { assessmentId: number; caseId: number; }): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }