/** * Tasks Tool * Handles task operations for Vikunja */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { AuthManager } from '../../auth/AuthManager'; export declare function registerTasksTool(server: McpServer, authManager: AuthManager): void; //# sourceMappingURL=index.d.ts.map