import { type LexicalEditor } from 'lexical'; /** * Register link support. * Wraps @lexical/link functionality. */ export declare function registerLinkPlugin(editor: LexicalEditor): Promise<() => void>;