export declare const APPLY_CONFIG = "@SEARCH/APPLY_CONFIG"; export declare const CLEAR_FILTERS = "@SEARCH/CLEAR_FILTERS"; export declare const DO_SEARCH = "@SEARCH/DO_SEARCH"; export declare const EXECUTE_SEARCH = "@SEARCH/EXECUTE_SEARCH"; export declare const EXECUTE_SEARCH_ERROR = "@SEARCH/EXECUTE_SEARCH_ERROR"; export declare const EXECUTE_SEARCH_PRELOAD = "@SEARCH/EXECUTE_SEARCH_PRELOAD"; export declare const LOAD_FILTERS = "@SEARCH/LOAD_FILTERS"; export declare const LOAD_FILTERS_COMPLETE = "@SEARCH/LOAD_FILTERS_COMPLETE"; export declare const LOAD_FILTERS_ERROR = "@SEARCH/LOAD_FILTERS_ERROR"; export declare const SET_FEATURED_ENTRIES = "@SEARCH/SET_FEATURED_ENTRIES"; export declare const SET_ROUTE_FILTERS = "@SEARCH/SET_ROUTE_FILTERS"; export declare const SET_SEARCH_FILTERS = "@SEARCH/SET_SEARCH_FILTERS"; export declare const SET_SEARCH_ENTRIES = "@SEARCH/SET_SEARCH_ENTRIES"; export declare const SET_SELECTED_FILTER = "@SEARCH/SET_SELECTED_FILTER"; export declare const UPDATE_CURRENT_FACET = "@SEARCH/UPDATE_CURRENT_FACET"; export declare const UPDATE_CURRENT_TAB = "@SEARCH/UPDATE_CURRENT_TAB"; export declare const UPDATE_SORT_ORDER = "@SEARCH/UPDATE_SORT_ORDER"; export declare const UPDATE_PAGE_INDEX = "@SEARCH/UPDATE_PAGE_INDEX"; export declare const UPDATE_PAGE_SIZE = "@SEARCH/UPDATE_PAGE_SIZE"; export declare const UPDATE_SEARCH_TERM = "@SEARCH/UPDATE_SEARCH_TERM"; export declare const UPDATE_SELECTED_FILTERS = "@SEARCH/UPDATE_SELECTED_FILTERS";