import { HttpClient } from '@angular/common/http'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as fromChildcareList from '../reducers/root-reducer'; import { Environment } from '@prutech/components'; import { ChildCareListItem } from '../models/child-care-list-item'; import * as i0 from "@angular/core"; export declare class ChildCareDetailsListService { private http; private store; private environment; childCareDetails: Observable; childCareListLoading: Observable; constructor(http: HttpClient, store: Store, environment: Environment); dispatchLoadChildCareDetailsList(payload: { assessmentId: number; caseId: number; }): void; loadChildCareDetailsList(payload: { assessmentId: number; caseId: number; }): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }