import type { BlockNoteEditor } from "@blocknote/core";
export declare function useEditorChange(callback: Parameters<BlockNoteEditor<any, any, any>["onChange"]>[0], editor?: BlockNoteEditor<any, any, any>): void;
