/** * Action type dispatched when the fetch benefits request fails. */ export declare const FETCH_USER_BENEFITS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_BENEFITS_FAILURE"; /** * Action type dispatched when the fetch benefits request starts. */ export declare const FETCH_USER_BENEFITS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_BENEFITS_REQUEST"; /** * Action type dispatched when the fetch benefits request succeeds. */ export declare const FETCH_USER_BENEFITS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_BENEFITS_SUCCESS";