import { Position } from './Position'; export type Location = { readonly start: Position; readonly end: Position; };