export interface IRange { from: number; to: number; } //# sourceMappingURL=range.d.ts.map