import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { AssignmentLookupService } from '../../services/assignment-lookups.service'; import * as i0 from "@angular/core"; export declare class AssignmentLookupEffects { private assignmentLookupService; private actions$; loadGetAssignment$: Observable; loadGetAssignmentTypesBasedOnClientsCaseType$: Observable; loadAgencyBasedAssignmentSites$: Observable; loadAssignmentAssociatedOutComeLookup$: Observable; constructor(assignmentLookupService: AssignmentLookupService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }