import { Range } from './textRange'; import { Uri } from './uri/uri'; export interface DocumentRange { uri: Uri; range: Range; }