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 '../../reducer'; import { ZeniAPI } from '../../zeniAPI'; import { fetchCashFlowForTimeframeProjectView, updateCashFlowForTimeframeProjectView, updateCashFlowForTimeframeProjectViewFailure } from './cashFlowProjectViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const reportIdUniqueKey: () => "cash_flow_by_projects"; export declare const fetchCashFlowForTimeframeProjectViewEpic: (actions$: ActionsObservable, _: StateObservable, zeniAPI: ZeniAPI) => Observable;