import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { fetchRewardsPlan, updateRewardsPlan, updateRewardsPlanFailure } from '../referralReducer'; export type ActionType = ReturnType | ReturnType | ReturnType; export declare const fetchRewardsPlanEpic: (actions$: ActionsObservable, state$: StateObservable, zeniAPI: ZeniAPI) => Observable;