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