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