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