import { MqttClient } from 'mqtt'; /** * 创建连接 * @param uri mqtt连接地址 */ export default function init(uri: string): Promise;