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