import { TestTool, ConduitServerConfig, MCPErrorStatus } from '../internal'; /** * Handler for the test tool operations */ export declare function testToolHandler(params: TestTool.Parameters, _config: ConduitServerConfig): Promise; //# sourceMappingURL=testTool.d.ts.map