/**
 * Protectorate Harvester - Advanced resource harvester with integrated medical support
 * Dual-purpose unit combining resource gathering with healing capabilities
 */
import { ProtectorateHarvesterUnit } from "../../../../defaults/protectorate.js";
export declare class ProtHarvester extends ProtectorateHarvesterUnit {
    uuid: string;
    static src: string;
    constructor();
}
export default ProtHarvester;
//# sourceMappingURL=prot-harvester.d.ts.map