import type { Ethereum, EthereumContract } from "@rarible/ethereum-provider"; import type { EVMAddress } from "@rarible/types"; export declare function createWethContract(ethereum: Ethereum, address?: EVMAddress): EthereumContract;