/**
 * Protectorate Main Faction
 * Technological human faction focused on engineering excellence and adaptive warfare
 *
 * Faction structure:
 * - Advanced technological superiority through superior planning
 * - Modular design and systematic coordination
 * - Scientific methodology and continuous innovation
 * - Adaptive engineering and tactical flexibility
 * - Combined arms warfare and force multiplication
 */
import { MainFaction } from "../../engine/faction.js";
/**
 * Protectorate Faction Entity - Modern Class Architecture
 */
declare class ProtectorateFactionEntity extends MainFaction {
    uuid: string;
    static src: string;
    constructor();
}
export default ProtectorateFactionEntity;
//# sourceMappingURL=protectorate.d.ts.map