/**
 * Grell Harvester - Economic unit that generates biomass and spawns cultivators
 * Essential for Grell economy and forward positioning strategies
 */
import { GrellHarvesterUnit } from "../../../../defaults/grell.js";
export declare class GrellHarvester extends GrellHarvesterUnit {
    uuid: string;
    static src: string;
    constructor();
}
export default GrellHarvester;
//# sourceMappingURL=grell-harvester.d.ts.map