import type { GetMarketPricesParams, OptionPrice } from './types.js'; export declare function getMarketPrices(params: GetMarketPricesParams): Promise;