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