import type { MarketContext } from '@lifi/perps-types'; import type { LtWsMarketStats, LtWsSpotMarketStats } from '../types/index.js'; export declare const mapMarketContext: (stats: LtWsMarketStats | LtWsSpotMarketStats) => MarketContext; //# sourceMappingURL=mapMarketContext.d.ts.map