import type { Market } from '@lifi/perps-types'; import type { SDKRequestOptions } from '../types/config.js'; import type { PerpsSDKClient } from '../types/provider.js'; export interface GetMarketParams { provider: string; marketId: string; } export declare function getMarket(client: PerpsSDKClient, params: GetMarketParams, options?: SDKRequestOptions): Promise; //# sourceMappingURL=getMarket.d.ts.map