/** * GTM Export tool * * Exports a container workspace as a structured summary JSON. * Useful for documentation, diffing, or feeding to other tools. */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { GtmClient } from '../utils/gtmClient.js'; export declare function registerExportTools(server: McpServer, getClient: () => GtmClient): void; //# sourceMappingURL=export.d.ts.map