import { TextRange } from "./TextRange"; export interface TextSection { text: string; selection: TextRange; }