import { FctAddress, FctBoolean, FctValue18, FctValue27, FctValue40 } from '../../../../Fct/generics'; export declare const GetUserReserveData: { 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", "getUserReserveData", string | undefined, { input: { to: FctAddress; methodParams: { asset: FctAddress; user: FctAddress; }; }; output: { currentATokenBalance: FctValue18; currentStableDebt: FctValue18; currentVariableDebt: FctValue18; principalStableDebt: FctValue18; scaledVariableDebt: FctValue18; stableBorrowRate: FctValue27; liquidityRate: FctValue27; stableRateLastUpdated: FctValue40; usageAsCollateralEnabled: FctBoolean; }; }, Partial<{ to: string | import("../../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };