export declare const HandSystem: { key: symbol; priority: number | import("@chantey/ecs").AnySystemDefinition; init: import("@chantey/ecs").InitSystem, { initHands: () => { leftHandEntity: number; rightHandEntity: number; }; update: () => void; }>; };