import { ActionsObservable, StateObservable } from 'redux-observable'; import { updateTenants } from '../../../entity/tenant/tenantReducer'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { updateNetBurnOrIncomeStoryCardSettings, updateNetBurnOrIncomeStoryCardSettingsFailure, updateNetBurnOrIncomeStoryCardSettingsSuccess } from '../netBurnOrIncomeStoryCardReducer'; import { AverageMonthsCount, TimeSpanIdForAverage } from '../netBurnOrIncomeStoryCardState'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const updateNetBurnOrIncomeStoryCardSettingsEpic: (actions$: ActionsObservable, _state: StateObservable, zeniAPI: ZeniAPI) => import("rxjs").Observable; export declare const toAverageMonthsCount: (timeSpanIdForAverage: TimeSpanIdForAverage) => AverageMonthsCount;