// 获取自身账号信息
export default function getSelfInfo(): string
{
  return '$1';
}
