import { EventbriteClient } from '../eventbrite/client.js'; export declare class GetTextOverridesTool { 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; }; text_codes: { type: string; items: { type: string; }; description: string; }; }; required: string[]; }; }; execute(args: any): Promise; } //# sourceMappingURL=get-text-overrides.d.ts.map