/**
 * Default bluetooth instance.
 */
export declare const bluetooth: globalThis.Bluetooth;
export type Bluetooth = typeof navigator.bluetooth;
/**
 * Helper methods and enums
 */
export * from './uuid';
