import type { Binary } from "@rarible/ethereum-api-client"; import type { Ethereum } from "@rarible/ethereum-provider"; import type { SimpleOpenSeaV1Order } from "../types"; import type { OpenSeaOrderDTO } from "./open-sea-types"; export declare function convertOpenSeaOrderToDTO(ethereum: Ethereum, order: SimpleOpenSeaV1Order): OpenSeaOrderDTO; export declare const ERC721_MAKE_REPLACEMENT: Binary; export declare const ERC721_VALIDATOR_MAKE_REPLACEMENT: Binary; export declare const ERC721_TAKE_REPLACEMENT: Binary; export declare const ERC721_VALIDATOR_TAKE_REPLACEMENT: Binary; export declare const ERC1155_MAKE_REPLACEMENT: Binary; export declare const ERC1155_VALIDATOR_MAKE_REPLACEMENT: Binary; export declare const ERC1155_TAKE_REPLACEMENT: Binary; export declare const ERC1155_VALIDATOR_TAKE_REPLACEMENT: Binary;