import type { EditorState } from 'lexical'; export declare function markdownToLexical({ markdown }: { markdown: string; }): Promise;