/** Return the current test time scale. Preserved for compatibility. */ export declare function getTestTimeScale(): number; /** Scale a duration for the current test runtime. */ export declare function scaleMs(ms: number, minMs?: number): number; /** Wait for a test-scaled duration. */ export declare function testDelay(ms: number): Promise; //# sourceMappingURL=timing.d.ts.map