import type { Ethereum, EthereumContract } from "@rarible/ethereum-provider"; import type { EVMAddress } from "@rarible/ethereum-api-client"; export declare function createMerkleValidatorContract(ethereum: Ethereum, address?: EVMAddress): EthereumContract; export declare const merkleValidatorAbi: { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; }[];