import type { NumericData } from './NumericData'; export declare type RoutesAPIOrder = { buyerAddress?: string; collectionAddress: string; expiresAt: string; id: string; isCollectionOffer?: boolean; listedAt: string; marketplace?: string; networkId: string; orderType?: string; permalink?: string; price?: NumericData; quantity: string; sellerAddress?: string; status: string; tokenId?: string; };