import { type ToolResult } from './_common.js'; export declare function getIPOCalendar(args: unknown): Promise; export declare function getEarningsCalendar(args: unknown): Promise; export declare function getEconomicCalendar(args: unknown): Promise; export declare function getFDACalendar(args: unknown): Promise; export declare const calendarDataTool: { name: string; description: string; operations: ({ name: string; description: string; parameters: { type: string; properties: { from: { type: string; }; to: { type: string; }; symbol?: undefined; }; required: string[]; }; } | { name: string; description: string; parameters: { type: string; properties: { from: { type: string; }; to: { type: string; }; symbol: { type: string; }; }; required: string[]; }; })[]; }; //# sourceMappingURL=calendar_data.d.ts.map