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