import { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * Webhook management tools */ export declare const webhookTools: Tool[]; export declare function executeWebhookTool(name: string, args: Record): Promise;