import { FctAddress, FctAddressList } from '../../../../Fct/generics/FctParams'; export declare const EnterMarkets: { new (args: { chainId: import("../../../../Fct/generics/FctParams").ChainId; initParams?: Partial<{ methodParams: unknown; address1: string | import("../../corelibTypes").Variable | undefined; address2: string | import("../../corelibTypes").Variable | undefined; address3: string | import("../../corelibTypes").Variable | undefined; to: string | import("../../corelibTypes").Variable | undefined; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../../Fct/createPlugin").NewPluginType<"COMPOUND_V2", "ACTION", "enterMarkets", string | undefined, { input: { methodParams: { cTokens: FctAddressList; }; address1: FctAddress; address2: FctAddress; address3: FctAddress; to: FctAddress; }; output: {}; }, Partial<{ methodParams: unknown; address1: string | import("../../corelibTypes").Variable | undefined; address2: string | import("../../corelibTypes").Variable | undefined; address3: string | import("../../corelibTypes").Variable | undefined; to: string | import("../../corelibTypes").Variable | undefined; }>>; };