import EditorState from '../EditorState'; export default function getNextCharacterIndex(editorState: EditorState, currIndex: number): number;