declare const healthPotion: { 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; params: { range: number; }; }; actions: { type: string; params: { amount: number; }; target: string; onSuccess: { type: string; target: string; }[]; }[]; } | { trigger: { type: string; params?: undefined; }; actions: { type: string; params: {}; target: string; }[]; })[]; }; export default healthPotion; //# sourceMappingURL=healthPotion.d.ts.map