import { ID } from '../../commonStateTypes/common'; import { Recommendation } from '../../commonStateTypes/recommendationBase'; import { MerchantState } from './merchant'; import { MerchantPayload } from './merchantPayload'; export declare const initialState: MerchantState; export declare const updateMerchants: import("@reduxjs/toolkit").ActionCreatorWithPayload, removeMerchant: import("@reduxjs/toolkit").ActionCreatorWithPayload, updateMerchantRecommendation: import("@reduxjs/toolkit").ActionCreatorWithPayload<{ merchantId: ID; recommendations: Recommendation[]; }, "merchant/updateMerchantRecommendation">; declare const _default: import("redux").Reducer; export default _default;