import { Point } from "./Point"; export declare type Range = { anchor: Point; focus: Point; };