/** * Getting Updates - Category 1 * * Methods: * - getUpdates * - setWebhook * - deleteWebhook * - getWebhookInfo */ import { Tool } from "@modelcontextprotocol/sdk/types.js"; export declare const updatesTools: Tool[]; export declare function handleUpdatesTool(name: string, args: Record): Promise<{ content: { type: "text"; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=updates.d.ts.map