/**
 * Legion Laborer - Legion's resource harvesting unit
 * Harvests flux with healing abilities, essential for Legion economy
 */
import { LegionHarvesterUnit } from "../../../../defaults/legion.js";
export declare class LegionLaborer extends LegionHarvesterUnit {
    uuid: string;
    static src: string;
    constructor();
}
export default LegionLaborer;
//# sourceMappingURL=legion-laborer.d.ts.map