import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { Observable } from 'rxjs'; import { FulltimeTrainingWorklistService } from '../services/full-time-training-worklist.service'; import * as i0 from "@angular/core"; export declare class FulltimeTrainingWorklistEffects { private fulltimeTrainingWorklistService; private actions$; toastr: ToastrService; loadFulltimeTrainingWorklist$: Observable; updateStatusFulltimeTrainingWorklist$: Observable; saveFailAction$: Observable; savSuccessAction$: Observable; constructor(fulltimeTrainingWorklistService: FulltimeTrainingWorklistService, actions$: Actions, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }