/**
 * Monolith - Legion ultimate building
 * Temporary ultimate defensive structure with devastating firepower
 */
import { Attack } from "../../../../engine/ability.js";
import { LegionUltimateBuilding } from "../../legion-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class Monolith extends LegionUltimateBuilding {
    uuid: string;
    static src: string;
    readonly name: string;
    readonly tier: Tier;
    readonly hexiteCost: number;
    readonly fluxCost: number;
    readonly buildTime: number;
    readonly buildCount: number;
    readonly timedLife: number;
    readonly attacks: {
        attack: Attack;
    };
    constructor();
}
export default Monolith;
//# sourceMappingURL=monolith.d.ts.map