import { Router } from '@angular/router'; 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 { SchoolListService } from '../services/school-list.service'; import * as i0 from "@angular/core"; export declare class SchoolListEffects { private schoolListService; private actions$; toastr: ToastrService; private route; loadSchools$: Observable; saveStatusSuccessAction$: Observable; saveSchoolStatus$: Observable; savFailAction$: Observable; loadLookupModels$: Observable; lookupDetailsFailAction$: Observable; constructor(schoolListService: SchoolListService, actions$: Actions, toastr: ToastrService, route: Router); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }