import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Simple tool to list all available tokens in the Solid Design System. * This tool fetches the token data from the Solid package and formats it for display. * @param server - The MCP server instance to register the tool on. */ export declare const tokenInfoTool: (server: McpServer) => void;