import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { ToastrService } from 'ngx-toastr'; import { Router } from '@angular/router'; import { AbstractComponent, SeamsHttpResponse } from '@prutech/components'; import { SelectedClientListService } from '../services/selected-client-list.service'; import { MatDialog } from '@angular/material/dialog'; import { VlaDetailsService } from '../services/vla-details.service'; import * as i0 from "@angular/core"; export declare class SelectedClientListEffects extends AbstractComponent { private selectedClientListService; private actions$; toastr: ToastrService; private route; private matDialog; private vlaDetailsService; loadactivitiess$: Observable; saveSelectedClientList$: Observable; savSuccessAction$: Observable; savFailAction$: Observable; openNewDialog(): Observable; constructor(selectedClientListService: SelectedClientListService, actions$: Actions, toastr: ToastrService, route: Router, matDialog: MatDialog, vlaDetailsService: VlaDetailsService); afterOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }