export declare const actionTypes: { CLEAR_ALL_FILTERS: string; SET_REQUEST_BODY: string; SEARCH: string; NEXT_PAGE: string; PREV_PAGE: string; SET_PAGE: string; SET_SORTING: string; UNSET_SORTING: string; SET_NESTED_LIST_FACET: string; UNSET_NESTED_LIST_FACET: string; SET_TEXT_FACET: string; UNSET_TEXT_FACET: string; SET_RANGE_FACET: string; UNSET_RANGE_FACET: string; REQUEST: string; RESPONSE_SUCCESS: string; RESPONSE_FAILURE: string; };