import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { HostedMcpInfo } from '../guide.js'; export interface CustomerToolOptions { editorPackPath?: string; hosted?: HostedMcpInfo; } export declare function registerCustomerTool(server: McpServer, options?: CustomerToolOptions): void; //# sourceMappingURL=customer.d.ts.map