import type { AnyAction } from 'redux'; import type { SearchHash as Hash, SearchSuggestionsState } from '../types/index.js'; export declare const INITIAL_STATE: Record; declare const searchSuggestionsReducer: (state: Record | undefined, action: AnyAction) => Record; export default searchSuggestionsReducer;