import { EventbriteClient } from '../eventbrite/client.js'; export declare class CalculateItemPricingTool { private client; constructor(client: EventbriteClient); getToolDefinition(): { name: string; description: string; inputSchema: { type: string; properties: { base_price: { type: string; description: string; }; country: { type: string; description: string; }; scope: { type: string; description: string; }; absorb_fees: { type: string; description: string; }; absorb_taxes: { type: string; description: string; }; payment_type: { type: string; description: string; }; channel: { type: string; description: string; }; }; required: string[]; }; }; execute(args: any): Promise; } //# sourceMappingURL=calculate-item-pricing.d.ts.map