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