import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { ITARequestWorklistService } from '../services/ita-request-worklist.service'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { MatDialog } from '@angular/material/dialog'; import { ITARequestListService } from '../../ita-request/ita-request-list/services/ita-request-list.service'; import * as i0 from "@angular/core"; export declare class ITARequestWorklistEffects { private itaRequestWorklistService; private itaRequestListService; private actions$; toastr: ToastrService; dialog: MatDialog; loadITARequestWorklist$: Observable; saveITARequestStatusworks$: Observable; saveFailAction$: Observable; savSuccessAction$: Observable; constructor(itaRequestWorklistService: ITARequestWorklistService, itaRequestListService: ITARequestListService, actions$: Actions, toastr: ToastrService, dialog: MatDialog); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }