import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { ChildCareLookupService } from '../services/chilcare-lookup.service'; import * as i0 from "@angular/core"; export declare class ChildCareLookupEffects { private childCareLookupService; private actions$; loadGetChildCare$: Observable; constructor(childCareLookupService: ChildCareLookupService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }