import type { EVMAddress } from "@rarible/types"; import type { Ethereum, EthereumContract } from "@rarible/ethereum-provider"; import type { AbiItem } from "../../common/abi-item"; export declare function createErc20Contract(ethereum: Ethereum, address?: EVMAddress): EthereumContract; export declare const erc20Abi: AbiItem[];