import { type Market, type TwapOrder } from '@lifi/perps-types'; import type { LtOrder } from '../types/order.js'; /** Map an active Lighter `twap` parent order to the shared running-TWAP model. */ export declare const mapRunningTwap: (order: LtOrder, market: Market) => TwapOrder; //# sourceMappingURL=mapTwap.d.ts.map