/**
 * Grell Harvester - Vynthra Commander Unit
 * Clean inheritance from faction Grell Harvester with all properties and abilities
 */
import { GrellHarvester } from "../../../../faction/grell/unit/grell-harvester.js";
export declare class CoopGrellHarvester extends GrellHarvester {
    static src: string;
    constructor();
}
export default CoopGrellHarvester;
//# sourceMappingURL=coop-vynthra-grell-harvester.d.ts.map