import type { Maybe } from "@rarible/types"; import type { Ethereum } from "@rarible/ethereum-provider"; export declare function getRequiredWallet(ethereum: Maybe): Ethereum;