/**
 * Cultivator - Grell T0 special building
 * Bio-symbiotic structure with biomass generation and defensive turret capabilities
 */
import { Attack } from "../../../../engine/ability.js";
import { GrellSpecialBuilding } from "../../../../defaults/grell.js";
export declare class Cultivator extends GrellSpecialBuilding {
    uuid: string;
    static src: string;
    readonly attacks: {
        attack: Attack;
    };
    constructor();
}
export default Cultivator;
//# sourceMappingURL=cultivator.d.ts.map