import type { GetMarketAddressParams } from './types.js'; export declare function getMarketAddress(params: GetMarketAddressParams): Promise<`0x${string}`>;