/** * @see [微信官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/api/bluetooth.html#wxclosebleconnectionobject) * @param deviceId [string] 用于区分设备的 id */ export default function close_ble_connection(deviceId: string): Promise;