import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { updateGlobalMerchantsBase } from '../../../entity/globalMerchant/globalMerchantReducer'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { fetchGlobalMerchantAutoCompleteResultsFailure, fetchGlobalMerchantAutoCompleteResultsSuccess, fetchGlobalMerchantAutoCompleteView } from './globalMerchantAutoCompleteViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchGlobalMerchantAutoCompleteViewEpic: (actions$: ActionsObservable, state$: StateObservable, zeniAPI: ZeniAPI) => Observable;