import type { LexicalEditor } from 'lexical'; /** * Register Dragon NaturallySpeaking support. * Provides compatibility with Dragon speech recognition software. */ export declare function registerDragonPlugin(editor: LexicalEditor): Promise<() => void>;