declare const cBridge: { actions: { Send: { new (args: { chainId: import("../..").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("../..").NewPluginType<"cBridge", "ACTION", "send", "sendToken", { input: { to: import("../..").FctAddress; methodParams: { receiver: import("../..").FctAddress; token: import("../..").FctAddress; amount: import("../..").FctValue; dstChainId: import("../..").FctUinteger64; nonce: import("../..").FctUinteger64; maxSlippage: import("../..").FctUinteger32Bps; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; SendNative: { new (args: { chainId: import("../..").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("../..").NewPluginType<"cBridge", "ACTION", "sendNative", "sendETH", { input: { to: import("../..").FctAddress; value: import("../..").FctValue; methodParams: { receiver: import("../..").FctAddress; amount: import("../..").FctValue; dstChainId: import("../..").FctUinteger64; nonce: import("../..").FctUinteger64; maxSlippage: import("../..").FctUinteger32Bps; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; value: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; }; }; export { cBridge };