import { oLaneTool } from '@olane/o-lane'; /** * Test-only extension of oLaneTool 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 TestLaneTool extends oLaneTool { /** * 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-lane.tool.d.ts.map