/** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices */ export declare const getConnectedBluetoothDevices: (args: { deviceId: string; } & AsyncCallback) => void; export default getConnectedBluetoothDevices; /** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices */ export declare const getConnectedBluetoothDevicesAsync: (args?: ({ deviceId: string; } & AsyncCallback) | undefined) => Promise;