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