import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../rootStateTypes'; import { fetchCashFlow, fetchCashFlowForTimeframe } from './cashFlowReducer'; export type ActionType = ReturnType | ReturnType; export declare const fetchCashFlowEpic: (actions$: ActionsObservable, state: StateObservable) => Observable;