import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** Registers the `count` tool on the given MCP server. */ export declare function registerCountTool(server: McpServer): void; //# sourceMappingURL=count.d.ts.map