/** * Action type dispatched when the fetch size guides request fails. */ export declare const FETCH_SIZE_GUIDES_FAILURE = "@farfetch/blackout-redux/FETCH_SIZE_GUIDES_FAILURE"; /** * Action type dispatched when the fetch size guides request starts. */ export declare const FETCH_SIZE_GUIDES_REQUEST = "@farfetch/blackout-redux/FETCH_SIZE_GUIDES_REQUEST"; /** * Action type dispatched when the fetch size guides request succeeds. */ export declare const FETCH_SIZE_GUIDES_SUCCESS = "@farfetch/blackout-redux/FETCH_SIZE_GUIDES_SUCCESS"; /** * Action type dispatched when the reset size guides state occurs. */ export declare const RESET_SIZE_GUIDES_STATE = "@farfetch/blackout-redux/RESET_SIZE_GUIDES_STATE";