import { ScannedPeripheral } from "./Central"; export declare const BleScanner: { start(services: string | string[], onScannedPeripheral: (p: ScannedPeripheral) => void): Promise; stop(): Promise; }; //# sourceMappingURL=BleScanner.d.ts.map