import type { LexicalEditor as LexicalEditorType } from 'lexical'; import type { ASTType } from '../../RichText'; export declare const setEditorValue: (editor: LexicalEditorType, value?: ASTType) => void; //# sourceMappingURL=set-editor-value.d.ts.map