/** * Action type dispatched when the fetch merchants locations request fails. */ export declare const FETCH_MERCHANTS_LOCATIONS_FAILURE = "@farfetch/blackout-redux/FETCH_MERCHANTS_LOCATIONS_FAILURE"; /** * Action type dispatched when the fetch merchants locations request starts. */ export declare const FETCH_MERCHANTS_LOCATIONS_REQUEST = "@farfetch/blackout-redux/FETCH_MERCHANTS_LOCATIONS_REQUEST"; /** * Action type dispatched when the fetch merchants locations request succeeds. */ export declare const FETCH_MERCHANTS_LOCATIONS_SUCCESS = "@farfetch/blackout-redux/FETCH_MERCHANTS_LOCATIONS_SUCCESS"; /** * Action type dispatched when the reset merchants locations occurs. */ export declare const RESET_MERCHANTS_LOCATIONS_STATE = "@farfetch/blackout-redux/RESET_MERCHANTS_LOCATIONS_STATE";