import type { EarningsEstimate, RevenueEstimate, EbitdaEstimate, PriceTarget, Recommendation } from '../models/index.js'; export declare function getEarningsEstimates(symbol: string): Promise; export declare function getRevenueEstimates(symbol: string): Promise; export declare function getEbitdaEstimates(symbol: string): Promise; export declare function getPriceTarget(symbol: string): Promise; export declare function getRecommendationTrends(symbol: string): Promise; //# sourceMappingURL=estimates.d.ts.map