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