import { Actions } from "@ngrx/effects"; import { Store } from "@ngrx/store"; import { IAppState } from "../../state/app.state"; import { GetPartnerCreditLimitAmountFailure, GetPartnerCreditLimitAmountSuccess, GetPartnerDebtAmountFailure, GetPartnerDebtAmountSuccess, GetPartnersFailure, GetPartnersSuccess } from "../../actions/partners/partners.actions"; import { IPartyRelationShipAttributeValue } from "../../models/partners/partners.interface"; import { ApiPlatformService } from "../../../../api/external/api-services/api-platform/api-platform.service"; import * as i0 from "@angular/core"; export declare class PartnersEffects { private apiPlatformService; private _actions$; private _store$; Partners$: import("rxjs").Observable & import("@ngrx/effects").CreateEffectMetadata; PartnersSuccess$: import("rxjs").Observable<[GetPartnersSuccess, IAppState]> & import("@ngrx/effects").CreateEffectMetadata; DebtAmount$: import("rxjs").Observable & import("@ngrx/effects").CreateEffectMetadata; CreditLimit: import("rxjs").Observable & import("@ngrx/effects").CreateEffectMetadata; getEmptyAttribute(): IPartyRelationShipAttributeValue; constructor(apiPlatformService: ApiPlatformService, _actions$: Actions, _store$: Store); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }