import { EventbriteClient } from '../eventbrite/client.js'; export declare class ListOrdersTool { private client; constructor(client: EventbriteClient); getToolDefinition(): { name: string; description: string; inputSchema: { type: string; properties: { event_id: { type: string; description: string; }; organization_id: { type: string; description: string; }; status: { type: string; description: string; }; changed_since: { type: string; description: string; }; only_emails: { type: string; items: { type: string; }; description: string; }; exclude_emails: { type: string; items: { type: string; }; description: string; }; refund_request_statuses: { type: string; items: { type: string; }; description: string; }; last_item_seen: { type: string; description: string; }; }; required: never[]; }; }; execute(args: any): Promise; } //# sourceMappingURL=list-orders.d.ts.map