import { FctAddress, FctAddressList } from '../../../../Fct/generics/FctParams'; export declare const GetAssetsIn: { new (args: { chainId: import("../../../../Fct/generics/FctParams").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<"COMPOUND_V2", "GETTER", "getAssetsIn", string | undefined, { input: { to: FctAddress; methodParams: { account: FctAddress; }; }; output: { addresses: FctAddressList; }; }, Partial<{ to: string | import("../../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };