import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../reducer'; import { fetchCashFlowForTimeframeProjectView, fetchCashFlowProjectView } from './cashFlowProjectViewReducer'; export type ActionType = ReturnType | ReturnType; export declare const fetchCashFlowProjectViewEpic: (actions$: ActionsObservable, state: StateObservable) => Observable;