import { IAlunaExchangeAuthed } from '../../../../../lib/core/IAlunaExchange'; import { IAlunaBalanceParseManyParams, IAlunaBalanceParseManyReturns } from '../../../../../lib/modules/authed/IAlunaBalanceModule'; import { IFtxBalanceSchema } from '../../../schemas/IFtxBalanceSchema'; export declare const parseMany: (exchange: IAlunaExchangeAuthed) => (params: IAlunaBalanceParseManyParams) => IAlunaBalanceParseManyReturns;