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