import { IAlunaExchangeAuthed } from '../../../../../lib/core/IAlunaExchange'; import { IAlunaBalanceGetTradableBalanceParams, IAlunaBalanceGetTradableBalanceReturns } from '../../../../../lib/modules/authed/IAlunaBalanceModule'; export declare const getTradableBalance: (exchange: IAlunaExchangeAuthed) => (params: IAlunaBalanceGetTradableBalanceParams) => Promise;