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