/** * Action type dispatched when the fetch promotion evaluation items request fails. */ export declare const FETCH_PROMOTION_EVALUATION_ITEMS_FAILURE = "@farfetch/blackout-redux/FETCH_PROMOTION_EVALUATION_ITEMS_FAILURE"; /** * Action type dispatched when the fetch promotion evaluation items request starts. */ export declare const FETCH_PROMOTION_EVALUATION_ITEMS_REQUEST = "@farfetch/blackout-redux/FETCH_PROMOTION_EVALUATION_ITEMS_REQUEST"; /** * Action type dispatched when the fetch promotion evaluation items request * succeeds. */ export declare const FETCH_PROMOTION_EVALUATION_ITEMS_SUCCESS = "@farfetch/blackout-redux/FETCH_PROMOTION_EVALUATION_ITEMS_SUCCESS";