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 { VendorLevelRequestListService } from '../services/vendor-level-activity-request-list.service'; import * as i0 from "@angular/core"; export declare class VendorReviewListEffects { private reviewListService; private actions$; toastr: ToastrService; saveVendorLevelStatusworks$: Observable; fail: Observable; savSuccessAction$: Observable; constructor(reviewListService: VendorLevelRequestListService, actions$: Actions, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }