import { type UnSubscriber } from "../../handlers/mod.js"; import { List } from "../../utils/List.js"; import type { BluetoothDevice } from "../../../gen/types/mod.js"; export declare class BluetoothDevices extends List { static getAsync(): Promise; static onChange(cb: (payload: BluetoothDevices) => void): Promise; static discover(): Promise; static stopDiscovery(): Promise; static default(): BluetoothDevices; } //# sourceMappingURL=mod.d.ts.map