import type { PricesResponse } from '@lifi/perps-types'; import type { SDKRequestOptions } from '../types/config.js'; import type { PerpsSDKClient } from '../types/provider.js'; export interface GetMarketsContextParams { provider: string; marketIds?: string[]; } export declare function getMarketsContext(client: PerpsSDKClient, params: GetMarketsContextParams, options?: SDKRequestOptions): Promise; //# sourceMappingURL=getMarketsContext.d.ts.map