import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { AssessmentAppointmentsService } from '../services/assessment-appointments.service'; import { ToastrService } from 'ngx-toastr'; import * as i0 from "@angular/core"; export declare class AssessmentAppointmentsEffects { private assessmentAppointmentsService; private actions$; private toastr; loadAppointmentsForAssessment$: Observable; constructor(assessmentAppointmentsService: AssessmentAppointmentsService, actions$: Actions, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }