import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { updateCalculatedSectionAccountsView, updateSectionAccountsView } from '../../entity/sectionAccountsView/sectionAccountsViewReducer'; import { RootState } from '../../rootStateTypes'; import { ZeniAPI } from '../../zeniAPI'; import { fetchBalanceSheetForTimeframe, updateBalanceSheetForTimeframe, updateBalanceSheetForTimeframeFailure } from './balanceSheetReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const reportIdUniqueKey: () => "balance_sheet"; export declare const fetchBalanceSheetForTimeframeEpic: (actions$: ActionsObservable, _: StateObservable, zeniAPI: ZeniAPI) => Observable;