import type { Asset, OrderForm } from "@rarible/ethereum-api-client"; export type CheckLazyOrderPart = Pick; export declare function checkLazyOrder(checkLazyAsset: (asset: Asset) => Promise, form: CheckLazyOrderPart): Promise;