/** * RobotHub TransportServer Client Library - TypeScript/JavaScript * * Main entry point for the robotics client library. */export * as robotics from'./robotics/index.js';
export * as video from'./video/index.js';
exportdeclareconstVERSION = "1.0.0";