import { FctAddress, FctValue, FctValue8, FctValue40, FctValue128 } from '../../../../Fct/generics'; export declare const GetReserveData: { new (args: { chainId: import("../../../../Fct/generics").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("../../../../Fct/createPlugin").NewPluginType<"RADIANTV2", "GETTER", "getReserveData", string | undefined, { input: { to: FctAddress; methodParams: { asset: FctAddress; }; }; output: { configuration: FctValue; liquidityIndex: FctValue128; variableBorrowIndex: FctValue128; currentLiquidityRate: FctValue128; currentVariableBorrowRate: FctValue128; currentStableBorrowRate: FctValue128; lastUpdateTimestamp: FctValue40; aTokenAddress: FctAddress; stableDebtTokenAddress: FctAddress; variableDebtTokenAddress: FctAddress; interestRateStrategyAddress: FctAddress; id: FctValue8; }; }, Partial<{ to: string | import("../../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; export {};