import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { EmploymentInformationService } from '../services/employment-information.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 EmploymentInformationEffects { private employmentInformationService; private actions$; toastr: ToastrService; private route; private router; private outcomeStatusService; loadEmploymentInformationsDetails$: Observable; saveEmploymentInformationDetails$: Observable; savSuccessAction$: Observable; savFailAction$: Observable; submitEmploymentInformation$: Observable; submitSuccessAction$: Observable<{ assessmentId: number; }>; saveFailAction$: Observable; constructor(employmentInformationService: EmploymentInformationService, actions$: Actions, toastr: ToastrService, route: Router, router: ActivatedRoute, outcomeStatusService: EvaluationStatusService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }