import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../rootStateTypes'; import { fetchExpenseTrend, fetchIncomeTrend } from '../trend/trendReducer'; import { fetchTrendForEntity } from './trendWithTransactionsReducer'; export type ActionType = ReturnType | ReturnType | ReturnType; export declare const fetchTrendForEntityEpic: (actions$: ActionsObservable, _state$: StateObservable) => Observable;