import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { AgencyListService } from '../services/agency-list.service'; import * as i0 from "@angular/core"; export declare class LookupModelsEffects { private agencyLookUpModelService; private actions$; loadLookupModels$: Observable; constructor(agencyLookUpModelService: AgencyListService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }