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 { AppointmentLookupFormIdListService } from '../services/appointment-lookup-form-id-list.service'; import * as i0 from "@angular/core"; export declare class AppointmentLookupFormIdListEffects { private appointmentLookupFormIdListService; private actions$; toastr: ToastrService; private router; loadAppointmentLookupFormIdList$: Observable; constructor(appointmentLookupFormIdListService: AppointmentLookupFormIdListService, actions$: Actions, toastr: ToastrService, router: Router); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }