import type { Ethereum } from "@rarible/ethereum-provider"; import type { AssetType } from "@rarible/ethereum-api-client"; import type { BigNumber, BigNumberValue } from "@rarible/utils"; export declare function getPrice(ethereum: Ethereum, assetType: AssetType, priceDecimal: BigNumberValue): Promise; export declare function getPriceDecimal(ethereum: Ethereum, assetType: AssetType, price: BigNumberValue): Promise;