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