declare const Inch: { actions: { SimpleSwap1Inch: { new (args: { chainId: import("../..").ChainId; initParams?: Partial<{ to: string | import("../corelibTypes").Variable | undefined; value: string | import("../corelibTypes").Variable | undefined; currencyIn: string | import("../corelibTypes").Variable | undefined; currencyOut: string | import("../corelibTypes").Variable | undefined; amountIn: string | import("../corelibTypes").Variable | undefined; amountOut: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../..").NewPluginType<"1INCH", "ACTION", "swap" | "uniswapV3Swap" | "unoswap", "simpleSwap1Inch", { input: { to: import("../..").FctAddress; value: import("../..").FctValue; currencyIn: import("../..").FctAddress; currencyOut: import("../..").FctAddress; amountIn: import("../..").FctValue; amountOut: import("../..").FctValue; methodParams: { srcToken: import("../..").FctAddress; amount: import("../..").FctValue; minReturn: import("../..").FctValue; pools: import("../..").FctValueList; executor: import("../..").FctAddress; desc_tuple: { srcToken: import("../..").FctAddress; dstToken: import("../..").FctAddress; srcReceiver: import("../..").FctAddress; dstReceiver: import("../..").FctAddress; amount: import("../..").FctValue; minReturnAmount: import("../..").FctValue; flags: import("../..").FctValue; }; permit: import("../..").FctBytes; data: import("../..").FctBytes; }; }; output: { returnAmount: import("../..").FctValue; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; value: string | import("../corelibTypes").Variable | undefined; currencyIn: string | import("../corelibTypes").Variable | undefined; currencyOut: string | import("../corelibTypes").Variable | undefined; amountIn: string | import("../corelibTypes").Variable | undefined; amountOut: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; }; }; type IInch = typeof Inch; export { Inch }; export type { IInch };