import { ServerApi } from "stellar-sdk"; import { BalanceMap } from "../types"; export declare function makeDisplayableBalances(accountDetails: ServerApi.AccountRecord): BalanceMap;