import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { AgencyDetailsService } from '../services/agency-details.service'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class SitesEffects { private agencyDetailsService; private actions$; toastr: ToastrService; private router; saveSites$: Observable; savSuccessAction$: Observable; savFailAction$: Observable; constructor(agencyDetailsService: AgencyDetailsService, actions$: Actions, toastr: ToastrService, router: Router); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }