export interface IInterval { end: number; start: number; } //# sourceMappingURL=interval.d.ts.map