/** * Action type dispatched when the fetch configurations request fails. */ export declare const FETCH_CONFIGURATIONS_FAILURE = "@farfetch/blackout-redux/FETCH_CONFIGURATIONS_FAILURE"; /** * Action type dispatched when the fetch configurations request starts. */ export declare const FETCH_CONFIGURATIONS_REQUEST = "@farfetch/blackout-redux/FETCH_CONFIGURATIONS_REQUEST"; /** * Action type dispatched when the fetch configurations request succeeds. */ export declare const FETCH_CONFIGURATIONS_SUCCESS = "@farfetch/blackout-redux/FETCH_CONFIGURATIONS_SUCCESS"; /** * Action type dispatched when the fetch configuration request fails. */ export declare const FETCH_CONFIGURATION_FAILURE = "@farfetch/blackout-redux/FETCH_CONFIGURATION_FAILURE"; /** * Action type dispatched when the fetch configuration request starts. */ export declare const FETCH_CONFIGURATION_REQUEST = "@farfetch/blackout-redux/FETCH_CONFIGURATION_REQUEST"; /** * Action type dispatched when the fetch configuration request succeeds. */ export declare const FETCH_CONFIGURATION_SUCCESS = "@farfetch/blackout-redux/FETCH_CONFIGURATION_SUCCESS"; /** * Action type dispatched when the reset configurations occurs. */ export declare const RESET_CONFIGURATIONS_STATE = "@farfetch/blackout-redux/RESET_CONFIGURATIONS_STATE"; /** * Action type dispatched when the fetch settings request fails. */ export declare const FETCH_ACCOUNT_SETTINGS_FAILURE = "@farfetch/blackout-redux/FETCH_ACCOUNT_SETTINGS_FAILURE"; /** * Action type dispatched when the fetch settings request starts. */ export declare const FETCH_ACCOUNT_SETTINGS_REQUEST = "@farfetch/blackout-redux/FETCH_ACCOUNT_SETTINGS_REQUEST"; /** * Action type dispatched when the fetch settings request succeeds. */ export declare const FETCH_ACCOUNT_SETTINGS_SUCCESS = "@farfetch/blackout-redux/FETCH_ACCOUNT_SETTINGS_SUCCESS"; /** * Action type dispatched when the fetch setting request fails. */ export declare const FETCH_ACCOUNT_SETTING_FAILURE = "@farfetch/blackout-redux/FETCH_ACCOUNT_SETTING_FAILURE"; /** * Action type dispatched when the fetch setting request starts. */ export declare const FETCH_ACCOUNT_SETTING_REQUEST = "@farfetch/blackout-redux/FETCH_ACCOUNT_SETTING_REQUEST"; /** * Action type dispatched when the fetch setting request succeeds. */ export declare const FETCH_ACCOUNT_SETTING_SUCCESS = "@farfetch/blackout-redux/FETCH_ACCOUNT_SETTING_SUCCESS";