import { Editor } from '@tiptap/core'; export declare const cleanupYProsemirrorBinding: (editor: Editor | null | undefined) => void; export declare const cleanupYUndoManager: (editor: Editor | null | undefined) => void; export declare const destroyEditorWithYSyncCleanup: (editor: Editor | null | undefined) => void;