import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { ScheduleLookupService } from '../services/schedule-lookup-service'; import { SeamsHttpResponse } from '../../../components/seams-error-response'; import { ToastrService } from 'ngx-toastr'; import * as i0 from "@angular/core"; export declare class ScheduleLookupEffects { private scheduleLookupService; private actions$; toastr: ToastrService; loadLookupModels$: Observable; RemoveTrainingOrderScheduleList$: Observable; saveFailAction$: Observable; savSuccessAction$: Observable; constructor(scheduleLookupService: ScheduleLookupService, actions$: Actions, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }