import { World } from '@chantey/ecs'; import { Handedness } from '../components'; export declare const BodyPoseSystem: { key: symbol; priority: number | import("@chantey/ecs").AnySystemDefinition; init: import("@chantey/ecs").InitSystem, { init: (handedness?: Handedness) => Promise; update: () => void; }>; };