import { ZeniAPIStatus } from '../../../responsePayload'; import { GlobalMerchantAutoCompleteResponsePayload } from './globalMerchantAutoCompleteViewPayload'; import { GlobalMerchantAutoCompleteState, GlobalMerchantType } from './globalMerchantAutoCompleteViewState'; interface GlobalMerchantAutoCompletePayload { globalMerchantType: GlobalMerchantType; searchString: string; } export declare const initialState: GlobalMerchantAutoCompleteState; export declare const fetchGlobalMerchantAutoCompleteView: import("@reduxjs/toolkit").ActionCreatorWithPayload, fetchGlobalMerchantAutoCompleteResultsSuccess: import("@reduxjs/toolkit").ActionCreatorWithPayload, fetchGlobalMerchantAutoCompleteResultsFailure: import("@reduxjs/toolkit").ActionCreatorWithPayload>, "globalMerchantAutoComplete/fetchGlobalMerchantAutoCompleteResultsFailure">, clearGlobalMerchantAutoCompleteResults: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"globalMerchantAutoComplete/clearGlobalMerchantAutoCompleteResults">; declare const _default: import("redux").Reducer; export default _default;