import { AccountingService } from "../../services/accounting.service"; import { Actions } from "@ngrx/effects"; import { Store } from "@ngrx/store"; import { IAppState } from "../../state/app.state"; import { GetAccountsSuccess } from "../../actions/accounting/accounting.actions"; import * as i0 from "@angular/core"; export declare class AccountingEffects { private _accountingService; private _actions$; private _store$; Accounts$: import("rxjs").Observable & import("@ngrx/effects").CreateEffectMetadata; constructor(_accountingService: AccountingService, _actions$: Actions, _store$: Store); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }