declare const skull: { Info: { name: string; description: string; }; Transform: { y: number; }; Body: { type: string; params: { parts: ({ geometry: { type: string; params: { radius: number; lengthX?: undefined; lengthY?: undefined; lengthZ?: undefined; }; }; material: { type: string; params: { color: string; }; }; localPosition: number[]; } | { geometry: { type: string; params: { lengthX: number; lengthY: number; lengthZ: number; radius?: undefined; }; }; material: { type: string; params: { color: string; }; }; localPosition: number[]; })[]; }; }; MotionSource: { type: string; params: { mass: number; }; }; Rules: { trigger: { type: string; }; actions: { type: string; params: {}; target: string; }[]; }[]; }; export default skull; //# sourceMappingURL=skull.d.ts.map