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