import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { StepEnrollmentLookupService } from '../services/step-enrollment-lookup.service'; import * as i0 from "@angular/core"; export declare class StepEnrollmentLookupEffects { private stepEnrollmentLookupService; private actions$; loadGetLookup$: Observable; constructor(stepEnrollmentLookupService: StepEnrollmentLookupService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }