/**
 * Represents a location in a file by range [fromInclusive, toExclusive]
 */
declare type Range = [number, number];
export default Range;
//# sourceMappingURL=Range.d.ts.map