import { IAlunaExchangePublic } from '../../../../../lib/core/IAlunaExchange'; import { IAlunaMarketListParams, IAlunaMarketListReturns } from '../../../../../lib/modules/public/IAlunaMarketModule'; export declare const list: (exchange: IAlunaExchangePublic) => (params?: IAlunaMarketListParams) => Promise;