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