import type { ESGScore, SocialSentiment, SupplyChain, Patent } from '../models/index.js'; export declare function getESGScore(symbol: string): Promise; export declare function getSocialSentiment(symbol: string, from?: string, to?: string): Promise; export declare function getSupplyChain(symbol: string): Promise; export declare function getPatents(symbol: string): Promise; //# sourceMappingURL=alternative.d.ts.map