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