import type { MarketContext } from '@lifi/perps-types'; import type { HlWsFastAssetCtx, HlWsPerpAssetCtx } from '../types/index.js'; export declare const mapMarketContext: (marketId: string, ctx: HlWsPerpAssetCtx, fast?: HlWsFastAssetCtx) => MarketContext; //# sourceMappingURL=mapMarketContext.d.ts.map