import { EventbriteClient } from '../eventbrite/client.js'; export declare class ListDiscountsTool { private client; constructor(client: EventbriteClient); getToolDefinition(): { name: string; description: string; inputSchema: { type: string; properties: { organization_id: { type: string; description: string; }; scope: { type: string; description: string; }; code_filter: { type: string; description: string; }; code: { type: string; description: string; }; type: { type: string; description: string; }; event_id: { type: string; description: string; }; ticket_group_id: { type: string; description: string; }; order_by: { type: string; description: string; }; hold_ids: { type: string; items: { type: string; }; description: string; }; }; required: string[]; }; }; execute(args: any): Promise; } //# sourceMappingURL=list-discounts.d.ts.map