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