import type { InstantSearch } from "instantsearch.js";
export declare const getServerContext: () => {
    notifyServer: (search: InstantSearch) => void;
    serverUrl: URL;
};
export declare function getServerState(component: any, serverUrl: URL): Promise<Record<string, any>>;
