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