/**
 * Incubator - Grell T1 production building
 * Primary army unit production facility that inherits from base production building
 */
import { GrellProductionBuilding } from "../../../../defaults/grell.js";
export declare class Incubator extends GrellProductionBuilding {
    uuid: string;
    static src: string;
    constructor();
}
export default Incubator;
//# sourceMappingURL=incubator.d.ts.map