import { TradingOrder } from '../types'; import * as api from '../../api'; export default function getOrderInfo(this: altamoon.RootStore['trading'], order: api.FuturesOrder, override?: { lastPrice?: number; leverage?: number; marginType?: api.FuturesPositionRisk['marginType']; }): TradingOrder; //# sourceMappingURL=getOrderInfo.d.ts.map