/**
 * Nourishing Pod - Grell T1 supply building
 * Living sanctuary with healing abilities and symbiotic regeneration
 */
import type { HotKey, Tier } from "../../../../engine/core.js";
import { GrellSupplyBuilding } from "../../grell-classes.js";
export declare class NourishingPod extends GrellSupplyBuilding {
    uuid: string;
    static src: string;
    readonly name: string;
    readonly tier: Tier;
    readonly hotkey: HotKey;
    readonly hexiteCost: number;
    readonly fluxCost: number;
    readonly buildTime: number;
    readonly buildCount: number;
    readonly maxAddOns: number;
    readonly providesBiomass: number;
    constructor();
}
export default NourishingPod;
//# sourceMappingURL=nourishing-pod.d.ts.map