import EditorState from '../EditorState'; export default function insertCharacter(editorState: EditorState, start: number, end: number, char: string): EditorState;