declare const ChainLink: { getters: { DataFeedDecimals: { new (args: { chainId: import("../..").ChainId; initParams?: Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../..").NewPluginType<"CHAINLINK", "ORACLE", "decimals", string | undefined, { input: { to: import("../..").FctAddress; methodParams: {}; }; output: { decimals: import("../..").FctDecimals; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; LatestRoundData: { new (args: { chainId: import("../..").ChainId; initParams?: Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../..").NewPluginType<"CHAINLINK", "ORACLE", "latestRoundData", "priceFeeds", { input: { to: import("../..").FctAddress; methodParams: {}; }; output: { roundId: import("../..").FctUInt80; price: import("../..").FctInt256; startedAt: import("../..").FctTimestamp; updatedAt: import("../..").FctTimestamp; answeredInRound: import("../..").FctUInt80; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; }; }; type IChainLink = typeof ChainLink; export { ChainLink }; export type { IChainLink };