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