declare const ERC1155: { actions: { SafeBatchTransferFrom: { 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<"ERC1155", "ACTION", "safeBatchTransferFrom", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { from: import("../..").FctAddress; to: import("../..").FctAddress; ids: import("../..").FctValueList; amounts: import("../..").FctValueList; data: import("../..").FctBytes; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; SafeTransferFrom: { 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<"ERC1155", "ACTION", "safeTransferFrom", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { from: import("../..").FctAddress; to: import("../..").FctAddress; id: import("../..").FctValue; amount: import("../..").FctValue; data: import("../..").FctBytes; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; SetApprovalForAll: { 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<"ERC1155", "ACTION", "setApprovalForAll", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { operator: import("../..").FctAddress; approved: import("../..").FctBoolean; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; }; getters: { BalanceOf: { 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<"ERC1155", "GETTER", "balanceOf", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { account: import("../..").FctAddress; id: import("../..").FctValue; }; }; output: { balance: import("../..").FctValue; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; IsApprovedForAll: { 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<"ERC1155", "GETTER", "isApprovedForAll", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { account: import("../..").FctAddress; operator: import("../..").FctAddress; }; }; output: { isApproved: import("../..").FctBoolean; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; SupportsInterface: { 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<"ERC1155", "GETTER", "supportsInterface", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { interfaceId: import("../..").FctBytes4; }; }; output: { isSupports: import("../..").FctBoolean; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Uri: { 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<"ERC1155", "GETTER", "uri", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { id: import("../..").FctValue; }; }; output: { uri: import("../..").FctString; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; }; }; export { ERC1155 };