/**
 * Arandi Mercenary Faction
 * Ancient interdimensional empire with mastery over time and space
 *
 * Mercenary faction structure:
 * - Few talents (2)
 * - Few units (6)
 * - Single building (merc outpost)
 * - Single hero (TriArch I'Olin)
 * - Multiple topbars (2)
 */
import { ArandiFaction } from "../../defaults/arandi.js";
export declare class Arandi extends ArandiFaction {
    uuid: string;
    static src: string;
    constructor();
}
export default Arandi;
//# sourceMappingURL=arandi.d.ts.map