import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { Observable } from 'rxjs'; import { CourseStatusService } from '../services/course-status.service'; import * as i0 from "@angular/core"; export declare class CourseLookupModelsEffects { private courseLookupsDetailsService; private actions$; toastr: ToastrService; loadLookupModels$: Observable; lookuplistFailAction$: Observable; constructor(courseLookupsDetailsService: CourseStatusService, actions$: Actions, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }