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