import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../../rootStateTypes'; import { ZeniAPI } from '../../../../zeniAPI'; import { fetchTaskHistory, updateTaskHistory, updateTaskHistoryFetchStatus } from '../taskDetailReducer'; export type ActionType = ReturnType | ReturnType | ReturnType; export declare const fetchTaskHistoryEpic: (actions$: ActionsObservable, state$: StateObservable, zeniAPI: ZeniAPI) => Observable;