import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { FreshRSSClient } from '../api/index.js'; /** * Register statistics and user info tools */ export declare function registerStatsTools(server: McpServer, client: FreshRSSClient): void; //# sourceMappingURL=stats-handlers.d.ts.map