import { Actions } from '@ngrx/effects'; import { ImportService } from './import.service'; import { YapI18nService, YapSnackbarService } from '@onepoint-yap/dashboard'; import * as i0 from "@angular/core"; export declare class ImportEffects { private actions$; private service; private snackbar; private translateService; upload$: import("rxjs").Observable<({ numberOfLines: number; } & import("@ngrx/store/src/models").TypedAction<"[Import] import data successful">) | ({ errors: any; } & import("@ngrx/store/src/models").TypedAction<"[Import] import data failure">)> & import("@ngrx/effects").CreateEffectMetadata; constructor(actions$: Actions, service: ImportService, snackbar: YapSnackbarService, translateService: YapI18nService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }