import { BluetoothImpl, BluetoothOptions, getAdapters } from './bluetooth';
/**
 * Default bluetooth instance synonymous with `navigator.bluetooth`
 */
export declare const bluetooth: BluetoothImpl;
/**
 * Bluetooth class for creating new instances
 */
export { BluetoothImpl as Bluetooth, BluetoothOptions, getAdapters };
/**
 * Helper methods and enums
 */
export * from './uuid';
