import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { ActivatedRoute, Router } from '@angular/router'; import { SkillInformationService } from '../services/skill-information.service'; import { OutcomeStatusService } from '../services/outcome-status.service'; import * as i0 from "@angular/core"; export declare class SkillInformationEffects { private skillInformationService; private routes; private actions$; toastr: ToastrService; private route; private outcomeStatusService; loadSkillInformation$: Observable; loadSkillsLookup$: Observable; SaveSkillInformation$: Observable; savSuccessAction$: Observable; savFailAction$: Observable; constructor(skillInformationService: SkillInformationService, routes: ActivatedRoute, actions$: Actions, toastr: ToastrService, route: Router, outcomeStatusService: OutcomeStatusService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }