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 { SchoolStatusListService } from '../services/school-status-list.service'; import * as i0 from "@angular/core"; export declare class SchoolStatusEffects { private schoolStatusService; private actions$; toastr: ToastrService; loadSchoolStatus$: Observable; listFailAction$: Observable; constructor(schoolStatusService: SchoolStatusListService, actions$: Actions, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }