import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { ToastrService } from 'ngx-toastr'; import { Router } from '@angular/router'; import { DynamicLeadTimeListService } from '../services/related-appointment-dynamic-lead-time.service'; import * as i0 from "@angular/core"; export declare class DynamicLeadTimeListEffects { private dynamicLeadTimeListService; private actions$; toastr: ToastrService; private router; loadDynamicLeadTimeList$: Observable; constructor(dynamicLeadTimeListService: DynamicLeadTimeListService, actions$: Actions, toastr: ToastrService, router: Router); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }