import { IAlunaExchangePublic } from '../../../../../lib/core/IAlunaExchange'; import { IAlunaSymbolListParams, IAlunaSymbolListRawReturns } from '../../../../../lib/modules/public/IAlunaSymbolModule'; import { IGateSymbolSchema } from '../../../schemas/IGateSymbolSchema'; export declare const listRaw: (exchange: IAlunaExchangePublic) => (params?: IAlunaSymbolListParams) => Promise>;