import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { fetchEntityHistory, updateCommonHistory, updateCommonHistoryFetchStatus } from './commonHistoryReducer'; export type ActionType = ReturnType | ReturnType | ReturnType; export declare const fetchEntityHistoryEpic: (actions$: ActionsObservable, state$: StateObservable, zeniAPI: ZeniAPI) => Observable;