import { Config } from '../../../../Fct/Config'; export declare class ChainLinkHelper extends Config { getLatestRoundData: (pairAddress: string) => Promise | undefined>; getPriceDecimals: (pairAddress: string) => Promise; }