import { EntityWithOrderId, MarketTypeEnum } from '../types'; export declare const isOrderSuccessful: (result: EntityWithOrderId) => boolean; export declare const isSpot: (marketType?: MarketTypeEnum) => boolean; //# sourceMappingURL=order.utils.d.ts.map