export interface ISimpleTextSelection { selectionAnchorIndex: number /*int*/; selectionActiveIndex: number /*int*/; }