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 { SeamsHttpResponse } from '@prutech/components'; import { ActivatedRoute, Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class AppointmentDetailsEffects { private appointmentDetailsService; private actions$; toastr: ToastrService; private routes; private route; loadappointmentDetails$: Observable; saveappointment$: Observable; fail: Observable; savSuccessAction$: Observable; constructor(appointmentDetailsService: AppointmentDetailsService, actions$: Actions, toastr: ToastrService, routes: ActivatedRoute, route: Router); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class LookupModelsEffects { private lookupsDetailsService; private actions$; loadLookupModels$: Observable; constructor(lookupsDetailsService: AppointmentDetailsService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }