import { Editor } from 'slate'; declare function replaceEditorText(editor: Editor, newText: string): void; export { replaceEditorText };