import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { updateReferViewedForLoggedInUser } from '../../../entity/tenant/tenantReducer'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { updateReferViewed, updateReferViewedFailure, updateReferViewedSuccess } from '../referralReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const updateReferViewedEpic: (actions$: ActionsObservable, _state$: StateObservable, zeniAPI: ZeniAPI) => Observable;