/**
 * Legion Laborer - Legion's resource harvesting unit
 * Harvests flux with healing abilities, essential for Legion economy
 */
import type { Tier } from "../../../../engine/core.js";
import { LegionHarvesterUnit } from "../../legion-classes.js";
export declare class LegionLaborer extends LegionHarvesterUnit {
    uuid: string;
    static src: string;
    readonly name: string;
    readonly tier: Tier;
    readonly hexiteCost: number;
    readonly fluxCost: number;
    readonly buildTime: number;
    readonly buildCount: number;
    readonly gathersFlux: number;
    readonly gathersRichFlux: number;
    constructor();
}
export default LegionLaborer;
//# sourceMappingURL=legion-laborer.d.ts.map