import IClock from './IClock'; export default class DateClock implements IClock { clockNow(): number; } //# sourceMappingURL=DateClock.d.ts.map