declare const player: { Info: { name: string; }; Body: { type: string; params: { parts: { geometry: { type: string; params: { radius: number; height: number; pivot: string; }; }; children: { geometry: { type: string; }; localPosition: number[]; tag: string; children: { geometry: { type: string; }; localPosition: number[]; tag: string; }[]; }[]; }[]; }; }; Transform: { y: number; }; MotionSource: { type: string; params: { speed: number; jumpHeight: number; canFly: boolean; }; }; Health: { value: number; }; Player: {}; Rules: { trigger: { type: string; }; cooldown: number; actions: { type: string; params: { amount: number; }; target: string; }[]; }[]; Inventory: { size: number; }; Faction: { id: string; }; }; export default player; //# sourceMappingURL=player.d.ts.map