import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Register the attach packed output tool with the MCP server */ export declare const registerAttachPackedOutputTool: (mcpServer: McpServer) => void; //# sourceMappingURL=attachPackedOutputTool.d.ts.map