import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Creates a new instance of the MCP server configured for the Solid Design System. * @returns A new instance of the MCP server configured for the Solid Design System. */ export declare const createServer: () => McpServer;