import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { Registry } from "../registry/index.js"; import type { HarnessClient } from "../client/harness-client.js"; import type { SearchManager } from "../search/index.js"; export declare function registerGetTool(server: McpServer, registry: Registry, client: HarnessClient, searchManager?: SearchManager): void; //# sourceMappingURL=harness-get.d.ts.map