import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { SchoolApplicationService } from '../services/school-application.service'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { ActivatedRoute, Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class SchoolApplicationEffects { private schoolApplicationService; toastr: ToastrService; private actions$; private route; private routes; loadSchoolApplication$: Observable; loadLookupModels$: Observable; detailsFailAction$: Observable; failLoadSchoolApplication: Observable; saveSchool$: Observable; fail: Observable; savSuccessAction$: Observable; constructor(schoolApplicationService: SchoolApplicationService, toastr: ToastrService, actions$: Actions, route: Router, routes: ActivatedRoute); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }