/** * Action type dispatched when the fetch prediction request fails. */ export declare const FETCH_ADDRESS_PREDICTIONS_FAILURE = "@farfetch/blackout-redux/FETCH_ADDRESS_PREDICTIONS_FAILURE"; /** * Action type dispatched when the fetch prediction request starts. */ export declare const FETCH_ADDRESS_PREDICTIONS_REQUEST = "@farfetch/blackout-redux/FETCH_ADDRESS_PREDICTIONS_REQUEST"; /** * Action type dispatched when the fetch prediction request succeeds. */ export declare const FETCH_ADDRESS_PREDICTIONS_SUCCESS = "@farfetch/blackout-redux/FETCH_ADDRESS_PREDICTIONS_SUCCESS"; /** * Action type dispatched when the fetch prediction details request fails. */ export declare const FETCH_ADDRESS_PREDICTION_DETAILS_FAILURE = "@farfetch/blackout-redux/FETCH_ADDRESS_PREDICTION_DETAILS_FAILURE"; /** * Action type dispatched when the fetch prediction details request starts. */ export declare const FETCH_ADDRESS_PREDICTION_DETAILS_REQUEST = "@farfetch/blackout-redux/FETCH_ADDRESS_PREDICTION_DETAILS_REQUEST"; /** * Action type dispatched when the fetch prediction details request succeeds. */ export declare const FETCH_ADDRESS_PREDICTION_DETAILS_SUCCESS = "@farfetch/blackout-redux/FETCH_ADDRESS_PREDICTION_DETAILS_SUCCESS"; /** * Action type dispatched when resetting the address prediction. */ export declare const RESET_ADDRESS_PREDICTIONS = "@farfetch/blackout-redux/RESET_ADDRESS_PREDICTIONS";