import type { LexicalEditor } from 'lexical'; /** * Register plain text editing support. * Wraps @lexical/plain-text's registerPlainText. */ export declare function registerPlainTextPlugin(editor: LexicalEditor): Promise<() => void>;