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