/** Action type dispatched when the fetch exchange request fails. */ export declare const FETCH_EXCHANGE_FAILURE = "@farfetch/blackout-redux/FETCH_EXCHANGE_FAILURE"; /** Action type dispatched when the fetch exchange request starts. */ export declare const FETCH_EXCHANGE_REQUEST = "@farfetch/blackout-redux/FETCH_EXCHANGE_REQUEST"; /** Action type dispatched when the fetch exchange request succeeds. */ export declare const FETCH_EXCHANGE_SUCCESS = "@farfetch/blackout-redux/FETCH_EXCHANGE_SUCCESS"; /** Action type dispatched when the fetch exchange book request request fails. */ export declare const FETCH_EXCHANGE_BOOK_REQUEST_FAILURE = "@farfetch/blackout-redux/FETCH_EXCHANGE_BOOK_REQUEST_FAILURE"; /** Action type dispatched when the fetch exchange book request request starts. */ export declare const FETCH_EXCHANGE_BOOK_REQUEST_REQUEST = "@farfetch/blackout-redux/FETCH_EXCHANGE_BOOK_REQUEST_REQUEST"; /** Action type dispatched when the fetch exchange book request request succeeds. */ export declare const FETCH_EXCHANGE_BOOK_REQUEST_SUCCESS = "@farfetch/blackout-redux/FETCH_EXCHANGE_BOOK_REQUEST_SUCCESS"; /** Action type dispatched when the create exchange filter request fails. */ export declare const CREATE_EXCHANGE_FILTER_FAILURE = "@farfetch/blackout-redux/CREATE_EXCHANGE_FILTER_FAILURE"; /** Action type dispatched when the create exchange filter request starts. */ export declare const CREATE_EXCHANGE_FILTER_REQUEST = "@farfetch/blackout-redux/CREATE_EXCHANGE_FILTER_REQUEST"; /** Action type dispatched when the create exchange filter request succeeds. */ export declare const CREATE_EXCHANGE_FILTER_SUCCESS = "@farfetch/blackout-redux/CREATE_EXCHANGE_FILTER_SUCCESS"; /** Action type dispatched when the create exchange request fails. */ export declare const CREATE_EXCHANGE_FAILURE = "@farfetch/blackout-redux/CREATE_EXCHANGE_FAILURE"; /** Action type dispatched when the create exchange request starts. */ export declare const CREATE_EXCHANGE_REQUEST = "@farfetch/blackout-redux/CREATE_EXCHANGE_REQUEST"; /** Action type dispatched when the create exchange request succeeds. */ export declare const CREATE_EXCHANGE_SUCCESS = "@farfetch/blackout-redux/CREATE_EXCHANGE_SUCCESS"; /** Action type dispatched when the create an exchange book request request fails. */ export declare const CREATE_EXCHANGE_BOOK_REQUEST_FAILURE = "@farfetch/blackout-redux/CREATE_EXCHANGE_BOOK_REQUEST_FAILURE"; /** Action type dispatched when the create an exchange book request request starts. */ export declare const CREATE_EXCHANGE_BOOK_REQUEST_REQUEST = "@farfetch/blackout-redux/CREATE_EXCHANGE_BOOK_REQUEST_REQUEST"; /** Action type dispatched when the create an exchange book request request succeeds. */ export declare const CREATE_EXCHANGE_BOOK_REQUEST_SUCCESS = "@farfetch/blackout-redux/CREATE_EXCHANGE_BOOK_REQUEST_SUCCESS"; /** Action type dispatched when resetting the exchanges state. */ export declare const RESET_EXCHANGES = "@farfetch/blackout-redux/RESET_EXCHANGES"; /** Action type dispatched when resetting the exchange filters slice state. */ export declare const RESET_EXCHANGE_FILTERS_STATE = "@farfetch/blackout-redux/RESET_EXCHANGE_FILTERS_STATE"; /** Action type dispatched when resetting the exchange book request slice state. */ export declare const RESET_EXCHANGE_BOOK_REQUEST_STATE = "@farfetch/blackout-redux/RESET_EXCHANGE_BOOK_REQUEST_STATE"; /** Action type dispatched when the reset exchange filters state entities occurs. */ export declare const RESET_EXCHANGE_FILTERS_ENTITIES = "@farfetch/blackout-redux/RESET_EXCHANGE_FILTERS_ENTITIES";