/** * Action type dispatched when the fetch titles request fails. */ export declare const FETCH_USER_TITLES_FAILURE = "@farfetch/blackout-redux/FETCH_USER_TITLES_FAILURE"; /** * Action type dispatched when the fetch titles request starts. */ export declare const FETCH_USER_TITLES_REQUEST = "@farfetch/blackout-redux/FETCH_USER_TITLES_REQUEST"; /** * Action type dispatched when the fetch titles request succeeds. */ export declare const FETCH_USER_TITLES_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_TITLES_SUCCESS";