/**
 * Grell Harvester - Economic unit that generates biomass and spawns cultivators
 * Essential for Grell economy and forward positioning strategies
 */
import type { HotKey, Tier } from "../../../../engine/core.js";
import { GrellHarvesterUnit } from "../../grell-classes.js";
export declare class GrellHarvester extends GrellHarvesterUnit {
    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 gathersFlux: number;
    readonly gathersRichFlux: number;
    constructor();
}
export default GrellHarvester;
//# sourceMappingURL=grell-harvester.d.ts.map