import type { SearchClient, InitialResults, CompositionClient } from '../../types';
export declare function hydrateSearchClient(client: (SearchClient | CompositionClient) & {
    _cacheHydrated?: boolean;
    _useCache?: boolean;
}, results?: InitialResults): void;
