import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { AppointmentDetailsService } from '../services/appointment-details.service'; import { ToastrService } from 'ngx-toastr'; import * as i0 from "@angular/core"; export declare class ScheduleLinkedListEffects { private appointmentDetailsService; private actions$; toastr: ToastrService; loadScheduleLinked$: Observable; constructor(appointmentDetailsService: AppointmentDetailsService, actions$: Actions, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }