import { RPCBase } from "../rpcBase"; export declare function BlueToothDeviceManager(this: RPCBase): { scan: () => Promise; getModuleState: () => Promise; getConnectState: (slaveMac: unknown) => Promise; pair: (slaveMac: unknown) => Promise; getCaps: () => Promise; }; //# sourceMappingURL=BlueToothDeviceManager.d.ts.map