/** * @see [微信官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/api/ui-navigate.html#wxredirecttoobject) * 关闭当前页面,跳转到应用内的某个页面。 * @param url [string] 需要跳转的应用内非 tabBar 的页面的路径,路径后可以带参数。参数与路径之间使用?分隔,参数键与参数值用=相连,不同参数用&分隔;如 'path?key=value&key2=value2' */ export default function redirect_to(url: string): Promise;