export declare const TargetSystem: { key: symbol; priority: number | import("@chantey/ecs").AnySystemDefinition; init: import("@chantey/ecs").InitSystem, { update: () => void; stop: () => void; commands: any[]; createTarget: (range?: number) => number; }>; };