import type { BluetoothDeviceData, Callback } from './types'; export declare function bluetoothDevices(callback?: Callback): Promise; //# sourceMappingURL=bluetooth.d.ts.map