/** * @see[微信官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/api/ui.html#wxsettopbartextobject) * @param text [string] 页面标题 */ export default function setTopBarText(text: string): Promise;