import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../../rootStateTypes'; import { fetchChargeCardConfig } from '../chargeCardConfig/chargeCardConfigReducer'; import { fetchCreditAccount, fetchCreditAccountRepayment } from '../chargeCardList/chargeCardListReducer'; import { fetchChargeCardDetail, fetchChargeCardDetailPage, fetchChargeCardTransactionList } from './chargeCardDetailReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchChargeCardDetailPageEpic: (actions$: ActionsObservable, state$: StateObservable) => Observable;