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