import { type ToolResult } from './_common.js'; export declare function getBasicFinancials(args: unknown): Promise; export declare function getFinancialsAsReported(args: unknown): Promise; export declare function getDividends(args: unknown): Promise; export declare function getStockSplits(args: unknown): Promise; export declare function getRevenueBreakdown(args: unknown): Promise; export declare const fundamentalsTool: { name: string; description: string; operations: ({ name: string; description: string; parameters: { type: string; properties: { symbol: { type: string; }; metricType: { type: string; enum: string[]; default: string; }; freq?: undefined; from?: undefined; to?: undefined; }; required: string[]; }; } | { name: string; description: string; parameters: { type: string; properties: { symbol: { type: string; }; freq: { type: string; enum: string[]; default: string; }; metricType?: undefined; from?: undefined; to?: undefined; }; required: string[]; }; } | { name: string; description: string; parameters: { type: string; properties: { symbol: { type: string; }; from: { type: string; }; to: { type: string; }; metricType?: undefined; freq?: undefined; }; required: string[]; }; } | { name: string; description: string; parameters: { type: string; properties: { symbol: { type: string; }; metricType?: undefined; freq?: undefined; from?: undefined; to?: undefined; }; required: string[]; }; })[]; }; //# sourceMappingURL=fundamentals.d.ts.map