/**
 * Advanced Augmentation Pool - Grell T2.5 tech building
 * Elite bio-enhancement facility that inherits from base tech building
 */
import { GrellTechBuilding } from "../../../../defaults/grell.js";
export declare class AdvancedAugmentationPool extends GrellTechBuilding {
    uuid: string;
    static src: string;
    constructor();
}
export default AdvancedAugmentationPool;
//# sourceMappingURL=advanced-augmentation-pool.d.ts.map