/** * Webhooks Tool * Handles webhook operations for Vikunja projects */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { AuthManager } from '../auth/AuthManager'; export declare function clearWebhookEventCache(): void; export declare function expireWebhookEventCache(): void; export declare function registerWebhooksTool(server: McpServer, authManager: AuthManager): void; //# sourceMappingURL=webhooks.d.ts.map