import type { Ethereum } from "@rarible/ethereum-provider"; import type { BigNumber } from "@rarible/utils"; import type { InputCriteria, Item } from "./types"; export declare const balanceOf: (ethereum: Ethereum, owner: string, item: Item, criteria?: InputCriteria) => Promise;