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 { fetchNetBurnOrIncomeForTimeframeProjectView, updateNetBurnOrIncomeForTimeframeProjectView, updateNetBurnOrIncomeForTimeframeProjectViewFailure } from './netBurnOrIncomeProjectViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchNetBurnOrIncomeForTimeframeProjectViewEpic: (actions$: ActionsObservable, _: StateObservable, zeniAPI: ZeniAPI) => Observable;