import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { ServicesReceivedService } from '../services/services-received.service'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { ActivatedRoute, Router } from '@angular/router'; import { EvaluationStatusService } from '../services/evaluation-status.service'; import * as i0 from "@angular/core"; export declare class ServicesReceivedEffects { private servicesReceivedService; private actions$; toastr: ToastrService; private route; private router; private evaluationStatusService; loadServicesReceivedsDetails$: Observable; saveServicesReceivedDetails$: Observable; savSuccessAction$: Observable; savFailAction$: Observable; constructor(servicesReceivedService: ServicesReceivedService, actions$: Actions, toastr: ToastrService, route: Router, router: ActivatedRoute, evaluationStatusService: EvaluationStatusService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }