import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { ToastrService } from 'ngx-toastr'; import { ActivatedRoute, Router } from '@angular/router'; import { CourseSchoolAgencyListService } from '../services/course-school-list.service'; import * as i0 from "@angular/core"; export declare class CourseSchoolAgencyListEffects { private courseSchoolAgencyListService; private routes; private actions$; toastr: ToastrService; private route; loadCourseSchoolAgencyList$: Observable; constructor(courseSchoolAgencyListService: CourseSchoolAgencyListService, routes: ActivatedRoute, actions$: Actions, toastr: ToastrService, route: Router); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }