/** * Action type dispatched when the fetch preferences request fails. */ export declare const FETCH_USER_PREFERENCES_FAILURE = "@farfetch/blackout-redux/FETCH_USER_PREFERENCES_FAILURE"; /** * Action type dispatched when the fetch preferences request starts. */ export declare const FETCH_USER_PREFERENCES_REQUEST = "@farfetch/blackout-redux/FETCH_USER_PREFERENCES_REQUEST"; /** * Action type dispatched when the fetch preferences request succeeds. */ export declare const FETCH_USER_PREFERENCES_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_PREFERENCES_SUCCESS"; /** * Action type dispatched when the update preferences request fails. */ export declare const UPDATE_USER_PREFERENCES_FAILURE = "@farfetch/blackout-redux/UPDATE_USER_PREFERENCES_FAILURE"; /** * Action type dispatched when the update preferences request starts. */ export declare const UPDATE_USER_PREFERENCES_REQUEST = "@farfetch/blackout-redux/UPDATE_USER_PREFERENCES_REQUEST"; /** * Action type dispatched when the update preferences request succeeds. */ export declare const UPDATE_USER_PREFERENCES_SUCCESS = "@farfetch/blackout-redux/UPDATE_USER_PREFERENCES_SUCCESS";