/**
 * Healing Obelisk - Temporary healing structure
 * Sacred restorative structure that channels divine healing energy
 */
import { LegionSpecialBuilding } from "../../../../defaults/legion.js";
export declare class HealingObelisk extends LegionSpecialBuilding {
    uuid: string;
    static src: string;
    constructor();
}
export default HealingObelisk;
//# sourceMappingURL=healing-obelisk.d.ts.map