import { IAlunaExchangeAuthed } from '../../../../../lib/core/IAlunaExchange'; import { IAlunaBalanceListParams, IAlunaBalanceListRawReturns } from '../../../../../lib/modules/authed/IAlunaBalanceModule'; import { ISampleBalanceSchema } from '../../../schemas/ISampleBalanceSchema'; export declare const listRaw: (exchange: IAlunaExchangeAuthed) => (params?: IAlunaBalanceListParams) => Promise>;