import type { DocPos } from './DocPos'; export interface IRange { start: DocPos; end: DocPos; }