/** * Action type dispatched when the get size scales request fails. */ export declare const FETCH_SIZE_SCALES_FAILURE = "@farfetch/blackout-redux/FETCH_SIZE_SCALES_FAILURE"; /** * Action type dispatched when the get size scales request starts. */ export declare const FETCH_SIZE_SCALES_REQUEST = "@farfetch/blackout-redux/FETCH_SIZE_SCALES_REQUEST"; /** * Action type dispatched when the get size scales request succeeds. */ export declare const FETCH_SIZE_SCALES_SUCCESS = "@farfetch/blackout-redux/FETCH_SIZE_SCALES_SUCCESS"; /** * Action type dispatched when the get size scale request fails. */ export declare const FETCH_SIZE_SCALE_FAILURE = "@farfetch/blackout-redux/FETCH_SIZE_SCALE_FAILURE"; /** * Action type dispatched when the get size scale request starts. */ export declare const FETCH_SIZE_SCALE_REQUEST = "@farfetch/blackout-redux/FETCH_SIZE_SCALE_REQUEST"; /** * Action type dispatched when the get size scale request succeeds. */ export declare const FETCH_SIZE_SCALE_SUCCESS = "@farfetch/blackout-redux/FETCH_SIZE_SCALE_SUCCESS"; /** * Action type dispatched when the reset size scales state occurs. */ export declare const RESET_SIZE_SCALES_STATE = "@farfetch/blackout-redux/RESET_SIZE_SCALES_STATE";