/** * CRM subcollection tools for the Frihet MCP server. * * Contacts, activities, and notes — all scoped under a client. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { IFrihetClient } from "../client-interface.js"; export declare function registerCrmTools(server: McpServer, client: IFrihetClient): void; //# sourceMappingURL=crm.d.ts.map