import type { Asset, AssetType } from "@rarible/ethereum-api-client"; export declare function checkLazyAsset(checkLazyAssetType: (assetType: AssetType) => Promise, asset: Asset): Promise;