import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { LookupsService } from '../services/lookups.service'; import * as i0 from "@angular/core"; export declare class LookupsEffect { private lookupsService; private actions$; loadLookups$: Observable; constructor(lookupsService: LookupsService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }