import { EditorState } from 'draft-js';
export declare function addText(editorState: any, bufferText: any): EditorState;
export declare function replaceText(editorState: any, bufferText: any): EditorState;
