import { ThreadData } from "@blocknote/core/comments";
/**
 * Bridges the ThreadStore to React using useSyncExternalStore.
 */
export declare function useThreads(): Map<string, ThreadData>;
