import type { PromiseWithState } from './wrapPromiseWithState';
import type { MutableRefObject } from 'react';
export type InstantSearchRSCContextApi = MutableRefObject<PromiseWithState<void> | null> | null;
export declare const InstantSearchRSCContext: import("react").Context<InstantSearchRSCContextApi>;
