import { EditorDoc } from "./doc"; export declare function text2doc(text: string, title?: string): EditorDoc;