declare const KIROBO_MULTICALL_CSV: { actions: { Erc20AirdropCSV: { 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<"KIROBO_MULTICALL_CSV", "LIBRARY", "erc20Airdrop", "erc20AirdropCSV", { input: { to: import("../..").FctAddress; methodParams: { token: import("../..").FctAddress; from: import("../..").FctAddress; amount: import("../..").FctValue; recipients: import("../..").FctAddressList; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Erc20ApprovalsCSV: { 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<"KIROBO_MULTICALL_CSV", "LIBRARY", "erc20Approvals", "erc20ApprovalsCSV", { input: { to: import("../..").FctAddress; methodParams: { 'approvals_tuple[]': import("../..").FctTupleArray; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Erc20MonoTransfersCSV: { 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<"KIROBO_MULTICALL_CSV", "LIBRARY", "erc20MonoTransfers", "erc20MonoTransfersCSV", { input: { to: import("../..").FctAddress; methodParams: { token: import("../..").FctAddress; from: import("../..").FctAddress; 'transfers_tuple[]': import("../..").FctTupleArray; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Erc20TransfersCSV: { 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<"KIROBO_MULTICALL_CSV", "LIBRARY", "erc20Transfers", "erc20TransfersCSV", { input: { to: import("../..").FctAddress; methodParams: { 'transfers_tuple[]': import("../..").FctTupleArray; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; TrasnfersCSV: { 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<"KIROBO_MULTICALL_CSV", "LIBRARY", "transfers", "trasnfersCSV", { input: { to: import("../..").FctAddress; methodParams: { 'transfers_tuple[]': import("../..").FctTupleArray; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; }; getters: { MultiAllowanceCSV: { 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<"KIROBO_MULTICALL_CSV", "LIBRARY:VIEWONLY", "multiAllowance", "multiAllowanceCSV", { input: { to: import("../..").FctAddress; methodParams: { 'allowances_tuple[]': import("../..").FctTupleArray; }; }; output: { allowances: import("../..").FctValueList; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; MultiBalanceCSV: { 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<"KIROBO_MULTICALL_CSV", "LIBRARY:VIEWONLY", "multiBalance", "multiBalanceCSV", { input: { to: import("../..").FctAddress; methodParams: { 'balances_tuple[]': import("../..").FctTupleArray; }; }; output: { balances: import("../..").FctValueList; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; }; }; export { KIROBO_MULTICALL_CSV };