export declare class ClockSource { now(): Date; waitUntil(until: Date): Promise; } //# sourceMappingURL=clock-source.d.ts.map