import { BlueToothAdapter4H5 } from 'qcloud-iotexplorer-bluetooth-adapter'; import { H5PanelSdk } from '@sdk'; export declare class BlueToothAdapter extends BlueToothAdapter4H5 { sdk: H5PanelSdk; constructor(sdk: any); reportDeviceInfo({ productId, deviceName, deviceInfo, }: { productId: any; deviceName: any; deviceInfo: any; }): Promise; }