import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { VlaDetailsService } from '../services/vla-details.service'; import { AbstractComponent, SeamsHttpResponse, TabService } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { Router } from '@angular/router'; import { MatDialog } from '@angular/material/dialog'; import { NewVlaDetailsComponent } from '../components/new-vla-details/new-vla-details.component'; import { ScheduleListComponent } from '../components/vla-schedule-details/schedule-list/schedule-list.component'; import { PreRequisitesComponent } from '../components/pre-requisites/pre-requisites.component'; import { AdminTabsService } from '../../../shared/services/admin-tabs.service'; import * as i0 from "@angular/core"; export declare class VlaDetailsEffects extends AbstractComponent { private vlaDetailDetailsService; private adminTabsService; private actions$; toastr: ToastrService; private tabService; private router; private matDialog; private readonly edit; detailsForm: NewVlaDetailsComponent; scheduleList: ScheduleListComponent; preRequisitesForm: PreRequisitesComponent; loadVlaDetailDetails$: Observable; saveVlaDetail$: Observable; savSuccessAction$: Observable; savFailAction$: Observable; detailsFailAction$: Observable; openNewDialog(): Observable; constructor(vlaDetailDetailsService: VlaDetailsService, adminTabsService: AdminTabsService, actions$: Actions, toastr: ToastrService, tabService: TabService, router: Router, matDialog: MatDialog); afterOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }