/** * One honest entry point for cross-test isolation. Replaces the collection of * `_`-private reset functions the test harness used to import from individual * modules — those stay private to their modules; this is the supported seam. */ /** * Reset every piece of global ore state a test can touch: the stylesheet cache * and both ID counters. Called by `cleanup()` — call it directly only if you * manage mounted elements yourself. */ export declare const resetOreForTests: () => void; //# sourceMappingURL=reset.d.ts.map