/** * Tool registration index * Registers all GTM tool categories with the MCP server. */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { GtmClient } from '../utils/gtmClient.js'; import type { Ga4AdminClient, Ga4AdminAlphaClient, Ga4DataClient } from '../utils/ga4Client.js'; export declare function registerAllTools(server: McpServer, getClient: () => GtmClient, getGa4Client: () => Ga4AdminClient, getGa4AlphaClient: () => Ga4AdminAlphaClient, getGa4DataClient: () => Ga4DataClient): void; //# sourceMappingURL=index.d.ts.map