import { type ToolResult } from './_common.js'; export declare function getSECFilings(args: unknown): Promise; export declare function getFilingSentiment(args: unknown): Promise; export declare function getSimilarityIndex(args: unknown): Promise; export declare const secFilingsTool: { name: string; description: string; operations: ({ name: string; description: string; parameters: { type: string; properties: { symbol: { type: string; }; form: { type: string; }; from: { type: string; }; to: { type: string; }; }; required: string[]; }; } | { name: string; description: string; parameters: { type: string; properties: { symbol: { type: string; }; form?: undefined; from?: undefined; to?: undefined; }; required: string[]; }; })[]; }; //# sourceMappingURL=sec_filings.d.ts.map