/** * Action type dispatched when the fetch search did you mean request fails. */ export declare const FETCH_SEARCH_DID_YOU_MEAN_FAILURE = "@farfetch/blackout-redux/FETCH_SEARCH_DID_YOU_MEAN_FAILURE"; /** * Action type dispatched when the fetch search did you mean request starts. */ export declare const FETCH_SEARCH_DID_YOU_MEAN_REQUEST = "@farfetch/blackout-redux/FETCH_SEARCH_DID_YOU_MEAN_REQUEST"; /** * Action type dispatched when the fetch search did you mean request succeeds. */ export declare const FETCH_SEARCH_DID_YOU_MEAN_SUCCESS = "@farfetch/blackout-redux/FETCH_SEARCH_DID_YOU_MEAN_SUCCESS"; /** * Action type dispatched when the reset search did you mean occurs. */ export declare const RESET_SEARCH_DID_YOU_MEAN = "@farfetch/blackout-redux/RESET_SEARCH_DID_YOU_MEAN"; /** * Action type dispatched when the fetch search intents request fails. */ export declare const FETCH_SEARCH_INTENTS_FAILURE = "@farfetch/blackout-redux/FETCH_SEARCH_INTENTS_FAILURE"; /** * Action type dispatched when the fetch search intents request starts. */ export declare const FETCH_SEARCH_INTENTS_REQUEST = "@farfetch/blackout-redux/FETCH_SEARCH_INTENTS_REQUEST"; /** * Action type dispatched when the fetch search intents request succeeds. */ export declare const FETCH_SEARCH_INTENTS_SUCCESS = "@farfetch/blackout-redux/FETCH_SEARCH_INTENTS_SUCCESS"; /** * Action type dispatched when the reset search intents occurs. */ export declare const RESET_SEARCH_INTENTS = "@farfetch/blackout-redux/RESET_SEARCH_INTENTS"; /** * Action type dispatched when the fetch search suggestions request fails. */ export declare const FETCH_SEARCH_SUGGESTIONS_FAILURE = "@farfetch/blackout-redux/FETCH_SEARCH_SUGGESTIONS_FAILURE"; /** * Action type dispatched when the fetch search suggestions request starts. */ export declare const FETCH_SEARCH_SUGGESTIONS_REQUEST = "@farfetch/blackout-redux/FETCH_SEARCH_SUGGESTIONS_REQUEST"; /** * Action type dispatched when the fetch search suggestions request succeeds. */ export declare const FETCH_SEARCH_SUGGESTIONS_SUCCESS = "@farfetch/blackout-redux/FETCH_SEARCH_SUGGESTIONS_SUCCESS"; /** * Action type dispatched when the reset search suggestions occurs. */ export declare const RESET_SEARCH_SUGGESTIONS = "@farfetch/blackout-redux/RESET_SEARCH_SUGGESTIONS";