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