/**
 * Weaver - Grell bio-manipulation support unit
 * T3.5 support specialist with poison grenade abilities and anti-air focus
 */
import { GrellArmyUnit } from "../../../../defaults/grell.js";
export declare class Weaver extends GrellArmyUnit {
    uuid: string;
    static src: string;
    get infuseCost(): number;
    constructor();
}
export default Weaver;
//# sourceMappingURL=weaver.d.ts.map