import { type IWeb3Provider } from '../utils.ts'; export declare const TOKENS: Record; export default class Chainlink { readonly net: IWeb3Provider; constructor(net: IWeb3Provider); price(contract: string, decimals: number): Promise; coinPrice(symbol: string): Promise; tokenPrice(symbol: string): Promise; } //# sourceMappingURL=chainlink.d.ts.map