import { EventbriteClient } from '../eventbrite/client.js'; export declare class CreateWebhookTool { private client; constructor(client: EventbriteClient); getToolDefinition(): { name: string; description: string; inputSchema: { type: string; properties: { organization_id: { type: string; description: string; }; endpoint_url: { type: string; description: string; }; actions: { type: string; items: { type: string; }; description: string; }; event_id: { type: string; description: string; }; }; required: string[]; }; }; execute(args: any): Promise; } //# sourceMappingURL=create-webhook.d.ts.map