import TCurrency from "./currency.js";
type TBalance = Record<TCurrency, number>;
export { TBalance as default };
