import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../../rootStateTypes'; import { ZeniAPI } from '../../../../zeniAPI'; import { fetchChargeCardConfig, updateChargeCardConfig, updateChargeCardConfigFailure } from './chargeCardConfigReducer'; export type ActionType = ReturnType | ReturnType | ReturnType; export declare const fetchChargeCardConfigEpic: (actions$: ActionsObservable, _state$: StateObservable, zeniAPI: ZeniAPI) => Observable;