import { EventbriteClient } from '../eventbrite/client.js'; export declare class ListFeeRatesTool { private client; constructor(client: EventbriteClient); getToolDefinition(): { name: string; description: string; inputSchema: { type: string; properties: { country: { type: string; description: string; }; currency: { type: string; description: string; }; plan: { type: string; description: string; }; payment_type: { type: string; description: string; }; channel: { type: string; description: string; }; item_type: { type: string; description: string; }; }; required: string[]; }; }; execute(args: any): Promise; } //# sourceMappingURL=list-fee-rates.d.ts.map