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