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