/** * Purpose: Timeout scaling helpers that read KABOOM_TEST_TIMEOUT_SCALE to accelerate timeouts during automated tests. */ export declare function scaleTimeout(ms: number): number; //# sourceMappingURL=timeouts.d.ts.map