import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Tool: templates * * Unified entry point for all Solid Design System templates. * * - No args → list all templates * - `template` → source code + component inventory for that template * - `component` or `style` → filter the list to templates that use that component/style */ export declare const templatesTool: (server: McpServer) => void;