import type { AssetType } from "@rarible/ethereum-api-client"; import type { Ethereum } from "@rarible/ethereum-provider"; export declare function assetTypeToStruct(ethereum: Ethereum, assetType: AssetType): { assetClass: string; data: string; };