import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { updateProjects } from '../../entity/project/projectReducer'; import { updateSectionProjectView } from '../../entity/sectionProjectView/sectionProjectViewReducer'; import { RootState } from '../../rootStateTypes'; import { ZeniAPI } from '../../zeniAPI'; import { fetchBalanceSheetForTimeframeProjectView, updateBalanceSheetForTimeframeProjectView, updateBalanceSheetForTimeframeProjectViewFailure } from './balanceSheetProjectViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const reportIdUniqueKey: () => "balance_sheet_by_projects"; export declare const fetchBalanceSheetForTimeframeProjectViewEpic: (actions$: ActionsObservable, _: StateObservable, zeniAPI: ZeniAPI) => Observable;