import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { LocationService } from '../services/location.service'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { Router } from '@angular/router'; import { AgencyDetailsService } from '../../../../Agency/agency-details/services/agency-details.service'; import { SchoolDetailsService } from '../../../../schools/school-details/services/school-details.service'; import * as i0 from "@angular/core"; export declare class LocationEffects { private agencyLocationService; private actions$; private toastr; private schoolDetailsService; private router; private agencyDetailsService; saveLocation$: Observable; saveFailAction$: Observable; savSuccessAction$: Observable; constructor(agencyLocationService: LocationService, actions$: Actions, toastr: ToastrService, schoolDetailsService: SchoolDetailsService, router: Router, agencyDetailsService: AgencyDetailsService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }