import IStopwatch from './IStopwatch'; export default class IncrementStopwatch implements IStopwatch { private time; stopwatchNow(): number; } //# sourceMappingURL=IncrementStopwatch.d.ts.map