export declare const EthTransfers: { new ({ chainId, vaultAddress, walletAddress, }: { chainId: import("../../../Fct/Fct").ChainId; vaultAddress?: string | undefined; walletAddress?: string | undefined; }): { _plugins: import("../../../Fct/Fct").NewPluginType<"UTILITY", "ACTION", "", "sendETH", { input: { to: import("../../../Fct/Fct").FctAddress; value: import("../../../Fct/Fct").FctValue; methodParams: {}; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; value: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>[]; readonly chainId: import("../../../Fct/Fct").ChainId; readonly type: import("./generic/Multicall").MulticallType; readonly protocol: "KIROBO_MULTICALL"; readonly method: import("./generic/Multicall").MulticallMethod; readonly name: import("./generic/Multicall").MulticallName; readonly toENS: string; readonly config: import("./generic/Multicall").MulticallConfig>[]>; getOutputValues: ({ provider, walletSigner, execute, withAutoApprovals, service, }: { provider: import("../../generics").PluginProviderType; walletSigner?: any; execute?: boolean | undefined; withAutoApprovals?: boolean | undefined; service?: any; }) => Promise | { params: {}; error: string; }>; readonly contractInterface: string; readonly methodInterface: string; readonly methodInterfaceHash: string; readonly contractInterfaceReturns: string; readonly plugins: import("../../../Fct/Fct").NewPluginType<"UTILITY", "ACTION", "", "sendETH", { input: { to: import("../../../Fct/Fct").FctAddress; value: import("../../../Fct/Fct").FctValue; methodParams: {}; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; value: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>[]; readonly pluginsLength: number; _plugin: { new (args: { chainId: import("../../../Fct/Fct").ChainId; initParams?: Partial<{ [x: string]: any; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../Fct/Fct").NewPluginType>; } | { new (args: { chainId: import("../../../Fct/Fct").ChainId; initParams?: Partial<{ [x: string]: any; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../Fct/Fct").NewPluginType>; }[]; _protocol: "KIROBO_MULTICALL"; _type: import("./generic/Multicall").MulticallType; _method: import("./generic/Multicall").MulticallMethod; _name: import("./generic/Multicall").MulticallName; _config: import("./generic/Multicall").MulticallConfig>[]>; _chainId: import("../../../Fct/Fct").ChainId; _vaultAddress?: string | undefined; _walletAddress?: string | undefined; _addPluginOnInit?: boolean | undefined; _withPluginOutputs?: boolean | undefined; _estimateGasFromPlugins?: ((plugins: import("../../../Fct/Fct").NewPluginType<"UTILITY", "ACTION", "", "sendETH", { input: { to: import("../../../Fct/Fct").FctAddress; value: import("../../../Fct/Fct").FctValue; methodParams: {}; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; value: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>[], chainId: import("../../../Fct/Fct").ChainId) => string) | undefined; _beforeSimulate?: import("./generic/BeforeSimulate").BeforeSimulate | undefined; _flowType?: import("../../../Fct/Fct").FlowType; readonly gasLimit: string; add: (pluginNodeJSON?: (import("../../generics").JSONParams & string) | undefined) => any | undefined; remove: () => any; readonly input: import("../../generics").Input<{ input: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; } & { to?: import("../../../Fct/Fct").FctAddress | undefined; gasLimit?: import("../../../Fct/Fct").FctValue | undefined; isOffChainOnly?: import("../../../Fct/Fct").FctBoolean | undefined; value?: import("../../../Fct/Fct").FctValue | undefined; } & { methodParams: { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; output: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; }, Partial<{ [x: string]: unknown; to?: unknown; gasLimit?: unknown; isOffChainOnly?: unknown; value?: unknown; methodParams: unknown; }>>; readonly output: import("../../generics").Output<{ [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; }>; removeAll: () => any; toJSON: () => import("./generic/Multicall").MulticallPluginJSON; fromJSON: (multicallJSON: import("./generic/Multicall").MulticallPluginJSON) => boolean; jsonToPlugin: (plugin: import("../../generics").JSONParams & string, chainId: import("../../../Fct/Fct").ChainId) => import("../../../Fct/Fct").NewPluginType> | undefined; subscribe: ({ callback, id, }: { callback: (p: { instance: import("../../../Fct/Fct").NewPluginType<"KIROBO_MULTICALL", import("./generic/Multicall").MulticallType, import("./generic/Multicall").MulticallMethod, "erc20Airdrop" | "erc20Approvals" | "erc20MonoTransfers" | "erc20Transfers" | "transfers" | "multiBalance" | "multiAction" | "multiCall" | "multiValidate" | "multiGetOffchainData" | "multiMultiplier" | "multiDivider" | "multiSubtract" | "multiAdd" | "ethTransfers" | "approvedSwap" | "unwrapAndSendEth", { input: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; } & { to?: import("../../../Fct/Fct").FctAddress | undefined; gasLimit?: import("../../../Fct/Fct").FctValue | undefined; isOffChainOnly?: import("../../../Fct/Fct").FctBoolean | undefined; value?: import("../../../Fct/Fct").FctValue | undefined; } & { methodParams: { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; output: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; }, Partial<{ [x: string]: unknown; to?: unknown; gasLimit?: unknown; isOffChainOnly?: unknown; value?: unknown; methodParams: unknown; }>>; details: { plugin: { new (args: { chainId: import("../../../Fct/Fct").ChainId; initParams?: Partial<{ [x: string]: unknown; to?: unknown; gasLimit?: unknown; isOffChainOnly?: unknown; value?: unknown; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../Fct/Fct").NewPluginType<"KIROBO_MULTICALL", import("./generic/Multicall").MulticallType, import("./generic/Multicall").MulticallMethod, "erc20Airdrop" | "erc20Approvals" | "erc20MonoTransfers" | "erc20Transfers" | "transfers" | "multiBalance" | "multiAction" | "multiCall" | "multiValidate" | "multiGetOffchainData" | "multiMultiplier" | "multiDivider" | "multiSubtract" | "multiAdd" | "ethTransfers" | "approvedSwap" | "unwrapAndSendEth", { input: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; } & { to?: import("../../../Fct/Fct").FctAddress | undefined; gasLimit?: import("../../../Fct/Fct").FctValue | undefined; isOffChainOnly?: import("../../../Fct/Fct").FctBoolean | undefined; value?: import("../../../Fct/Fct").FctValue | undefined; } & { methodParams: { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; output: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; }, Partial<{ [x: string]: unknown; to?: unknown; gasLimit?: unknown; isOffChainOnly?: unknown; value?: unknown; methodParams: unknown; }>>; }; name: import("./generic/Multicall").MulticallName; description: import("./generic/Multicall").MulticallName; }; }, errors: undefined, chainId: import("../../../Fct/Fct").ChainId, gasLimit: string | undefined) => void; id: string; }) => void; unsubscribe: ({ id }: { id: string; }) => void; getInterface(prev?: { instance?: import("../../generics").Plugin | undefined; } | undefined): { instance: import("../../../Fct/Fct").NewPluginType<"KIROBO_MULTICALL", import("./generic/Multicall").MulticallType, import("./generic/Multicall").MulticallMethod, "erc20Airdrop" | "erc20Approvals" | "erc20MonoTransfers" | "erc20Transfers" | "transfers" | "multiBalance" | "multiAction" | "multiCall" | "multiValidate" | "multiGetOffchainData" | "multiMultiplier" | "multiDivider" | "multiSubtract" | "multiAdd" | "ethTransfers" | "approvedSwap" | "unwrapAndSendEth", { input: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; } & { to?: import("../../../Fct/Fct").FctAddress | undefined; gasLimit?: import("../../../Fct/Fct").FctValue | undefined; isOffChainOnly?: import("../../../Fct/Fct").FctBoolean | undefined; value?: import("../../../Fct/Fct").FctValue | undefined; } & { methodParams: { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; output: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; }, Partial<{ [x: string]: unknown; to?: unknown; gasLimit?: unknown; isOffChainOnly?: unknown; value?: unknown; methodParams: unknown; }>>; details: { plugin: { new (args: { chainId: import("../../../Fct/Fct").ChainId; initParams?: Partial<{ [x: string]: unknown; to?: unknown; gasLimit?: unknown; isOffChainOnly?: unknown; value?: unknown; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../Fct/Fct").NewPluginType<"KIROBO_MULTICALL", import("./generic/Multicall").MulticallType, import("./generic/Multicall").MulticallMethod, "erc20Airdrop" | "erc20Approvals" | "erc20MonoTransfers" | "erc20Transfers" | "transfers" | "multiBalance" | "multiAction" | "multiCall" | "multiValidate" | "multiGetOffchainData" | "multiMultiplier" | "multiDivider" | "multiSubtract" | "multiAdd" | "ethTransfers" | "approvedSwap" | "unwrapAndSendEth", { input: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; } & { to?: import("../../../Fct/Fct").FctAddress | undefined; gasLimit?: import("../../../Fct/Fct").FctValue | undefined; isOffChainOnly?: import("../../../Fct/Fct").FctBoolean | undefined; value?: import("../../../Fct/Fct").FctValue | undefined; } & { methodParams: { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; output: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; }, Partial<{ [x: string]: unknown; to?: unknown; gasLimit?: unknown; isOffChainOnly?: unknown; value?: unknown; methodParams: unknown; }>>; }; name: import("./generic/Multicall").MulticallName; description: import("./generic/Multicall").MulticallName; }; }; pluginParamsToMulticallParamsTuples: () => { inputs: { param: import("../../../Fct/Fct").ParamsSchemas; key: string; }[][]; outputs: { param: import("../../../Fct/Fct").ParamsSchemas; key: string; }[][]; uniqueParams: { param: import("../../../Fct/Fct").ParamsSchemas; key: string; }[]; onchainParams: { param: import("../../../Fct/Fct").ParamsSchemas; key: string; }[]; }; create: (isEstimation?: boolean | undefined, testProvider?: import("@ethersproject/providers").JsonRpcProvider | undefined) => Promise; setMethodParams(params: import("../../../Fct/Fct").SetMethodParamsArgs): void; getOutputParamsTypes: () => string[] | (string | (string & import("../../../Fct/Fct").TradingGraphPropsType))[][][]; setOutputParams(params: import("../../../Fct/Fct").SetOutputParamsArgs): void; _getOutputValues: ({ provider, execute }: { provider: import("../../generics").PluginProviderType; execute?: boolean | undefined; }) => Promise<{ trx: (string | boolean | string[])[]; gasLimit: any; } | { trx: import("@ethersproject/abi").Result[]; gasLimit: any; }>; getRequiredApprovals: (isEstimation?: boolean | undefined) => import("../../../Fct/Fct").RequiredApprovalInterface[]; observers: Map>; details: { plugin: { new (args: { chainId: import("../../../Fct/Fct").ChainId; initParams?: Partial<{ [x: string]: unknown; to?: unknown; gasLimit?: unknown; isOffChainOnly?: unknown; value?: unknown; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../Fct/Fct").NewPluginType<"KIROBO_MULTICALL", import("./generic/Multicall").MulticallType, import("./generic/Multicall").MulticallMethod, "erc20Airdrop" | "erc20Approvals" | "erc20MonoTransfers" | "erc20Transfers" | "transfers" | "multiBalance" | "multiAction" | "multiCall" | "multiValidate" | "multiGetOffchainData" | "multiMultiplier" | "multiDivider" | "multiSubtract" | "multiAdd" | "ethTransfers" | "approvedSwap" | "unwrapAndSendEth", { input: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; } & { to?: import("../../../Fct/Fct").FctAddress | undefined; gasLimit?: import("../../../Fct/Fct").FctValue | undefined; isOffChainOnly?: import("../../../Fct/Fct").FctBoolean | undefined; value?: import("../../../Fct/Fct").FctValue | undefined; } & { methodParams: { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; output: { [key: string]: import("../../../Fct/Fct").FctParamType | { [key: string]: import("../../../Fct/Fct").FctParamType; }; }; }, Partial<{ [x: string]: unknown; to?: unknown; gasLimit?: unknown; isOffChainOnly?: unknown; value?: unknown; methodParams: unknown; }>>; }; name: import("./generic/Multicall").MulticallName; description: import("./generic/Multicall").MulticallName; }; }, errors: undefined, chainId: import("../../../Fct/Fct").ChainId, gasLimit: string | undefined) => void>; updateSubscriptions: () => void; currentGasLimit: string | undefined; _currentGasLimit: string | undefined; }; };