import { ServerStore } from '../core-utils/createServerStore';
export declare function useHydratedStore(snapshot: Record<string, any>, store?: ServerStore): boolean;
