import type { Address } from "@rarible/types"; import type { Ethereum, EthereumContract } from "@rarible/ethereum-provider/build"; import type { EVMAddress } from "@rarible/types"; import { ERC721VersionEnum } from "../domain"; export declare function getErc721Contract(ethereum: Ethereum, version: ERC721VersionEnum, address: Address | EVMAddress | undefined): Promise;