/** * MCP tool registration: barrel that delegates to domain modules. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { LightdashClient } from '@lightdash-tools/client'; export declare function registerTools(server: McpServer, client: LightdashClient): void;