declare const arrow: { Info: { name: string; }; Body: { type: string; params: { parts: { geometry: { type: string; params: { radius: number; height: number; }; }; material: { type: string; params: { color: string; }; }; localPosition: number[]; localRotation: number[]; children: ({ geometry: { type: string; params: { radius: number; height: number; pivot: string; 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; height?: undefined; pivot?: undefined; }; }; 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; range: number; onSuccess: { type: string; target: string; }[]; }[]; }[]; }; export default arrow; //# sourceMappingURL=arrow.d.ts.map