import type { InternalInstantSearch } from './useInstantSearchApi';
import type { UiState } from 'instantsearch.js';
export declare function useInstantSearchContext<TUiState extends UiState, TRouteState = TUiState>(): InternalInstantSearch<TUiState, TRouteState>;
