/**
 * Skrelling Nest - Grell T2.5 tech building
 * Hive-mind tech facility that inherits from base tech building
 */
import { GrellTechBuilding } from "../../../../defaults/grell.js";
export declare class SkrellingNest extends GrellTechBuilding {
    uuid: string;
    static src: string;
    constructor();
}
export default SkrellingNest;
//# sourceMappingURL=skrelling-nest.d.ts.map