import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { VendorLevelStatusService } from '../services/vendor-level-status.service'; import * as i0 from "@angular/core"; export declare class VendorLevelStatusEffects { private vendorLevelStatusService; private actions$; loadVendorLevelStatus$: Observable; constructor(vendorLevelStatusService: VendorLevelStatusService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }