/** * MCP tools: AI agents (admin + project-scoped), threads, and evaluations. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { LightdashClient } from '@lightdash-tools/client'; export declare function registerAiAgentTools(server: McpServer, client: LightdashClient): void;