import { Editor } from "../../interface"; export declare function pasteText(editor: Editor, text: string): Promise;