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