/** * Action type dispatched when the fetch brand request fails. */ export declare const FETCH_BRAND_FAILURE = "@farfetch/blackout-redux/FETCH_BRAND_FAILURE"; /** * Action type dispatched when the fetch brand request starts. */ export declare const FETCH_BRAND_REQUEST = "@farfetch/blackout-redux/FETCH_BRAND_REQUEST"; /** * Action type dispatched when the fetch brand request succeeds. */ export declare const FETCH_BRAND_SUCCESS = "@farfetch/blackout-redux/FETCH_BRAND_SUCCESS"; /** * Action type dispatched when the fetch brands request fails. */ export declare const FETCH_BRANDS_FAILURE = "@farfetch/blackout-redux/FETCH_BRANDS_FAILURE"; /** * Action type dispatched when the fetch brands request starts. */ export declare const FETCH_BRANDS_REQUEST = "@farfetch/blackout-redux/FETCH_BRANDS_REQUEST"; /** * Action type dispatched when the fetch brands request succeeds. */ export declare const FETCH_BRANDS_SUCCESS = "@farfetch/blackout-redux/FETCH_BRANDS_SUCCESS"; /** * Action type dispatched when the reset brands state occurs. */ export declare const RESET_BRANDS_STATE = "@farfetch/blackout-redux/RESET_BRANDS_STATE";