import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { ITARequestWorklistService } from '../services/ita-request-worklist.service'; import * as i0 from "@angular/core"; export declare class ITAOppStatusLookupEffects { private itaRequestWorklistService; private actions$; loadLookupModels$: Observable; constructor(itaRequestWorklistService: ITARequestWorklistService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }