/**
 * Bastion - Protectorate heavy infantry unit
 * Heavily armored defensive specialist with powerful weaponry and tactical positioning abilities
 */
import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js";
export declare class Bastion extends ProtectorateArmyUnit {
    uuid: string;
    static src: string;
    get infuseCost(): number | undefined;
    constructor();
}
export default Bastion;
//# sourceMappingURL=bastion.d.ts.map