import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { Fia3aWorkListService } from '../services/fia3a-worklist.service'; import { FIA3ASubmitModel } from '../../shared/fia3a-models/fia3a-submit-model'; import * as i0 from "@angular/core"; export declare class Fia3aWorkListEffects { private fia3aWorkListService; private actions$; private toastr; loadFia3as$: Observable; cancelFIA3A$: Observable; terminateFIA3A$: Observable; cancelSuccessAction$: Observable; terminateSuccessAction$: Observable; failAction$: Observable; constructor(fia3aWorkListService: Fia3aWorkListService, actions$: Actions, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class Fia3aAddEffects { private fia3aListService; private toastr; private actions$; saveFia3a$: Observable; saveFailAction$: Observable; constructor(fia3aListService: Fia3aWorkListService, toastr: ToastrService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }