import type { Editor } from "@tiptap/core"; /** * Utility function to generate unique IDs for nodes that don't have them * @param editor The Tiptap editor instance * @param nodeName The name of the node type to assign IDs to * @returns void */ export declare function generateNodeIds(editor: Editor, nodeName: string): void;