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