export declare class Interval { private _timeInMilliSeconds; constructor(value: number); get timeInMilliSeconds(): number; set timeInMilliSeconds(value: number); } //# sourceMappingURL=Interval.d.ts.map