/** * Test Isolation Orchestration * Coordinates all isolation components and provides high-level setup/teardown */ export declare const setupTestIsolation: () => void; export declare const teardownTestIsolation: () => Promise; export declare const setupJestIsolation: () => void; //# sourceMappingURL=isolationOrchestrator.d.ts.map