import { Observable } from 'rxjs'; import { SeamsHttpResponse, TabService } from '@prutech/components'; import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { ToastrService } from 'ngx-toastr'; import { EmploymentDeclarationDetailsService } from '../services/employment-declaration-details.service'; import { SaveEdDetailsResponse } from '../models/save-ed-details-response'; import * as i0 from "@angular/core"; export declare class VentureEdDetailsEffects { private ventureEdDetailsService; private actions$; private tabService; private toastr; loadDetails$: Observable; saveDetails$: Observable; loadFailAction$: Observable; saveDetailsSuccess$: Observable; constructor(ventureEdDetailsService: EmploymentDeclarationDetailsService, actions$: Actions, tabService: TabService, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }