import type { Ethereum } from "@rarible/ethereum-provider"; import type { SimpleOrder } from "./types"; export declare function hashLegacyOrder(ethereum: Ethereum, order: SimpleOrder): string;