import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { AssignmentTypeLookupService } from '../services/assignment-type-lookup.services'; import * as i0 from "@angular/core"; export declare class AssignmentTypeLookupEffects { private assignmentService; private actions$; loadLookupModels$: Observable; constructor(assignmentService: AssignmentTypeLookupService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }