import { BLEAdapter } from './ble-adapter';
export declare function getBleAdapter(): Promise<BLEAdapter>;
