/**
 * Augmentation Pool - Vynthra Commander Building
 * Clean inheritance from faction Augmentation Pool with all properties and abilities
 */
import AugmentationPool from "../../../../faction/grell/building/augmentation-pool.js";
export declare class CoopAugmentationPool extends AugmentationPool {
    static src: string;
    constructor();
}
export default CoopAugmentationPool;
//# sourceMappingURL=coop-vynthra-augmentation-pool.d.ts.map