declare const bullet: { Info: { name: string; }; Body: { type: string; params: { parts: { geometry: { type: string; params: { radius: number; }; }; material: { type: string; params: { color: string; }; }; ignoreCollisions: boolean; }[]; }; }; MotionSource: { type: string; params: { mass: number; }; }; Rules: { trigger: { type: string; params: { range: number; }; }; actions: ({ type: string; params: { amount: number; }; target: string; range: number; } | { type: string; target: string; params?: undefined; range?: undefined; })[]; }[]; }; export default bullet; //# sourceMappingURL=bullet.d.ts.map