import type { EVMAddress } from "@rarible/ethereum-api-client"; import type { Ethereum, EthereumContract } from "@rarible/ethereum-provider"; export declare function createExchangeWrapperContract(ethereum: Ethereum, address?: EVMAddress): EthereumContract; export declare const EXCHANGEV2_BULK_ABI: ({ inputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; name?: undefined; outputs?: undefined; constant?: undefined; payable?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; stateMutability?: undefined; outputs?: undefined; constant?: undefined; payable?: undefined; } | { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; constant?: undefined; payable?: undefined; } | { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; constant: boolean; anonymous?: undefined; payable?: undefined; } | { stateMutability: string; type: any; payable: boolean; inputs?: undefined; anonymous?: undefined; name?: undefined; outputs?: undefined; constant?: undefined; } | { inputs: ({ components: { internalType: string; name: string; type: string; }[]; internalType: string; name: string; type: string; } | { internalType: string; name: string; type: string; components?: undefined; })[]; name: string; outputs: never[]; stateMutability: string; type: string; payable: boolean; anonymous?: undefined; constant?: undefined; })[]; export declare const ADDITIONAL_DATA_STRUCT: { components: { name: string; type: string; }[]; name: string; type: string; };