import { ActivatedRoute, Router } from '@angular/router'; import { Observable } from 'rxjs'; import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { ToastrService } from 'ngx-toastr'; import { SeamsHttpResponse } from '@prutech/components'; import { EmploymentDeclarationListService } from '../services/employment-declaration-list.service'; import * as i0 from "@angular/core"; export declare class EmploymentDeclarationListEffects { private edListService; private actions$; private router; private route; private toastr; loadList$: Observable; initiateEd$: Observable; loadListFailAction$: Observable; constructor(edListService: EmploymentDeclarationListService, actions$: Actions, router: Router, route: ActivatedRoute, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }