import type { AssetType } from "@rarible/ethereum-api-client"; import type { RaribleEthereumApis } from "../common/apis"; export declare function checkLazyAssetType(getApis: () => Promise, type: AssetType): Promise;