/**
 * Operating Tower - Protectorate command center
 * Main base building that serves as the faction's central command hub
 */
import { ProtectorateBaseBuilding } from "../../../../defaults/protectorate.js";
import { Spell } from "../../../../engine/ability.js";
export declare class OperatingTower extends ProtectorateBaseBuilding {
    uuid: string;
    static src: string;
    readonly spells: {
        homeBase: Spell;
    };
    constructor();
}
export default OperatingTower;
//# sourceMappingURL=operating-tower.d.ts.map