import type { Asset } from "@rarible/ethereum-api-client"; export declare function getAssetWithFee(asset: Asset, fee: number): Asset;