import Pose from "../math/Pose.js"; declare class UrdfJoint { name: string; type: string; parent: string; child: string; minval: number; maxval: number; origin: Pose; constructor({ xml }: { xml: Element; }); } export default UrdfJoint; //# sourceMappingURL=UrdfJoint.d.ts.map