import type { NewsItem, NewsSentiment, InsiderSentiment } from '../models/index.js'; export declare function getCompanyNews(symbol: string, from: string, to: string): Promise; export declare function getMarketNews(category?: string): Promise; export declare function getNewsSentiment(symbol: string): Promise; export declare function getInsiderSentiment(symbol: string, from: string, to: string): Promise; export declare function getMajorPressReleases(symbol: string): Promise; //# sourceMappingURL=news.d.ts.map