/** * Action type dispatched when the fetch theme request fails. */ export declare const FETCH_THEME_FAILURE = "@farfetch/blackout-redux/FETCH_THEME_FAILURE"; /** * Action type dispatched when the fetch theme request starts. */ export declare const FETCH_THEME_REQUEST = "@farfetch/blackout-redux/FETCH_THEME_REQUEST"; /** * Action type dispatched when the fetch theme request succeeds. */ export declare const FETCH_THEME_SUCCESS = "@farfetch/blackout-redux/FETCH_THEME_SUCCESS";