export default EditorEntitySystem;
declare class EditorEntitySystem extends System<any, any, any, any, any> {
    constructor();
    dependencies: (typeof EditorEntity)[];
}
import { System } from "../../src/engine/ecs/System.js";
import EditorEntity from "./EditorEntity.js";
//# sourceMappingURL=EditorEntitySystem.d.ts.map