import { RPCBase } from "../rpcBase"; export declare function UWB(this: RPCBase): { recvMsg: () => Promise; sendMsg: (params: object | object[] | null) => Promise; rebootMcu: () => Promise; resetMcu: () => Promise; }; //# sourceMappingURL=UWB.d.ts.map