/**
 * Hellfire - Long-range artillery platform with devastating splash damage and siege capabilities
 * Mobile artillery unit with multi-volley missile system
 */
import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js";
export declare class Hellfire extends ProtectorateArmyUnit {
    uuid: string;
    static src: string;
    get infuseCost(): number | undefined;
    constructor();
}
export default Hellfire;
//# sourceMappingURL=hellfire.d.ts.map