import { EventbriteClient } from '../eventbrite/client.js'; export declare class UploadMediaTool { private client; constructor(client: EventbriteClient); getToolDefinition(): { name: string; description: string; inputSchema: { type: string; properties: { upload_token: { type: string; description: string; }; file_name: { type: string; description: string; }; file_type: { type: string; description: string; }; }; required: never[]; }; }; execute(args: any): Promise; } //# sourceMappingURL=upload-media.d.ts.map