declare const cube: { Info: { name: string; description: string; }; Transform: { y: number; }; Body: { type: string; params: { parts: { geometry: { type: string; params: { lengthX: number; lengthY: number; lengthZ: number; }; }; material: { type: string; params: { color: string; }; }; }[]; }; }; MotionSource: { type: string; params: { mass: number; }; }; Health: { value: number; }; Rules: { trigger: { type: string; }; actions: { type: string; params: {}; target: string; }[]; }[]; }; export default cube; //# sourceMappingURL=cube.d.ts.map