// 查询自身余额
export default function getBalance(): string
{
  return '=$';
}
