/**
 * Research Lab - Protectorate basic technology building
 * Primary research facility that unlocks fundamental technologies and unit upgrades
 */
import { ProtectorateTechBuilding } from "../../protectorate-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class ResearchLab extends ProtectorateTechBuilding {
    uuid: string;
    static src: string;
    readonly name: string;
    readonly tier: Tier;
    readonly hexiteCost: number;
    readonly fluxCost: number;
    readonly buildTime: number;
    readonly buildCount: number;
    constructor();
}
export default ResearchLab;
//# sourceMappingURL=research-lab.d.ts.map