import { oLeaderNode } from '../../src/leader.node.js'; /** * Test-only extension of oLeaderNode that adds streaming test methods. * This class should only be used in test files and is not part of the production code. */ export declare class TestLeaderNode extends oLeaderNode { /** * Test method that emits chunks for 10 seconds at 100ms intervals. * Used for testing streaming functionality across hierarchical networks. * * @returns AsyncGenerator that yields 100 chunks over 10 seconds */ _tool_test_stream(): AsyncGenerator; } //# sourceMappingURL=test-leader.node.d.ts.map