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