import type { InternalInstantSearch } from './useInstantSearchApi'; import type { UiState } from 'instantsearch.js'; export declare function useInstantSearchContext(): InternalInstantSearch;