import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { ITAOppRequestListService } from '../../services/ita-opp-request-list.service'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import * as i0 from "@angular/core"; export declare class ITAOpportunityRequestStatusEffects { private itaOppRequestListService; private actions$; toastr: ToastrService; loadITAOpportunityRequestStatus$: Observable; listFailAction$: Observable; constructor(itaOppRequestListService: ITAOppRequestListService, actions$: Actions, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }