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