/**
 * Protectorate Harvester - Mera Commander Unit
 * Clean inheritance from faction ProtHarvester with all properties and abilities
 */
import { ProtHarvester } from "../../../../faction/protectorate/unit/prot-harvester.js";
export declare class CoopProtHarvester extends ProtHarvester {
    static src: string;
    readonly maxOwned: number;
    constructor();
}
export default CoopProtHarvester;
//# sourceMappingURL=coop-mera-prot-harvester.d.ts.map