import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Tool to get version information about the Solid Design System MCP Server. * This allows LLMs to query the current version and basic information about this MCP server. * @param server - The MCP server instance to register the tool on. */ export declare const versionTool: (server: McpServer) => void;