export declare const PoseVisionSystem: { key: symbol; priority: number | import("@chantey/ecs").AnySystemDefinition; init: import("@chantey/ecs").InitSystem, { poseEntity: number; initEntity: () => void; stop: () => Promise; init: (el: HTMLVideoElement, source?: string) => Promise; update: () => Promise; }>; };