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