import { ActionsObservable, StateObservable } from 'redux-observable'; import { RootState } from '../../rootStateTypes'; import { fetchNetBurnOrIncome, fetchNetBurnOrIncomeForTimeframe } from './netBurnOrIncomeReducer'; export type ActionType = ReturnType | ReturnType; export declare const fetchNetBurnOrIncomeEpic: (actions$: ActionsObservable, state: StateObservable) => import("rxjs").Observable;