import type { Asset, OrderForm } from "@rarible/ethereum-api-client"; import type { Ethereum } from "@rarible/ethereum-provider"; export declare function checkGreaterThanMinPaymentValue(ethereum: Ethereum, { assetType, value }: Asset): Promise; export declare const MIN_PAYMENT_VALUE: import("bignumber.js").default; export declare const MIN_PAYMENT_VALUE_DECIMAL: import("bignumber.js").default; export declare const MIN_PAYMENT_VALUE_HBAR: import("bignumber.js").default; export declare const MIN_PAYMENT_VALUE_DECIMAL_HBAR: import("bignumber.js").default; export declare function checkMinPaymentValue(ethereum: Ethereum, checked: OrderForm): Promise;