import { TradeDetails } from './swapTypes'; import { OrderDetail } from '../types/types'; export declare function encodeOrder(orderDetails: OrderDetail, taker: string, marketId: string | number): Promise;