/**
 * Represents the type of asset, which can be one of the following: "NATIVE", "ERC721", "ERC1155", "ERC20".
 */
type AssetTypeName = "NATIVE" | "ERC721" | "ERC1155" | "ERC20";
export { AssetTypeName };
//# sourceMappingURL=assettypename.d.ts.map