import { Actions } from "@ngrx/effects"; import { Store } from "@ngrx/store"; import { IAppState } from "../../state/app.state"; import { InitMDMStore } from "../../actions/mdm/mdm.actions"; import * as i0 from "@angular/core"; export declare class AppParametersEffects { private _actions$; private _store$; datasourcePartyId$: import("rxjs").Observable & import("@ngrx/effects").CreateEffectMetadata; constructor(_actions$: Actions, _store$: Store); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }