import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** Registers the `find` tool on the given MCP server. */ export declare function registerFindTool(server: McpServer): void; //# sourceMappingURL=find.d.ts.map