import { FctAddress } from '../../../../../Fct/generics'; export declare const SwapExactETHForTokens: { new (args: { chainId: import("../../../../../Fct/generics").ChainId; initParams?: Partial<{ to: string | import("../../../corelibTypes").Variable | undefined; value: string | import("../../../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../../../Fct/createPlugin").NewPluginType<"SUSHISWAP", "ACTION", "swapExactETHForTokens", string | undefined, { to: FctAddress; input: { to: FctAddress; value: import("../../../../../Fct/generics").FctValue; methodParams: { amountOutMin: import("../../../../../Fct/generics").FctValue; path: import("../../../../../Fct/generics").FctAddressList; to: FctAddress; deadline: import("../../../../../Fct/generics").FctTimestamp; }; }; output: { amountIn: import("../../../../../Fct/generics").FctValue; amountOut: import("../../../../../Fct/generics").FctValue; }; }, Partial<{ to: string | import("../../../corelibTypes").Variable | undefined; value: string | import("../../../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };