import { EventbriteClient } from '../eventbrite/client.js'; export declare class CreateVenueTool { private client; constructor(client: EventbriteClient); getToolDefinition(): { name: string; description: string; inputSchema: { type: string; properties: { organization_id: { type: string; description: string; }; name: { type: string; description: string; }; address: { type: string; description: string; }; age_restriction: { type: string; description: string; }; capacity: { type: string; description: string; }; }; required: string[]; }; }; execute(args: any): Promise; } //# sourceMappingURL=create-venue.d.ts.map