/** * Xol Faction * Advanced AI merging robot faction - concept phase */ import { MainFaction } from "../../engine/faction.js"; export declare class Xol extends MainFaction { static src: string; constructor(); get subtype(): "main"; get buildingClasses(): never[]; get unitClasses(): never[]; } export default Xol; //# sourceMappingURL=xol.d.ts.map