import { GetMarketsParams, Market } from './types.js'; export declare function getMarkets(params: GetMarketsParams): Promise;