import type { BlockNoteEditor } from "@blocknote/core";
export declare function useEditorSelectionChange(callback: () => void, editor?: BlockNoteEditor<any, any, any>, includeSelectionChangedByRemote?: boolean): void;
