/**
 * Supply Platform - Protectorate modular supply building
 * Supply building with three different add-on upgrade options
 */
import { ProtectorateSupplyBuilding } from "../../protectorate-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class SupplyPlatform extends ProtectorateSupplyBuilding {
    uuid: string;
    static src: string;
    readonly name: string;
    readonly tier: Tier;
    readonly hexiteCost: number;
    readonly fluxCost: number;
    readonly buildTime: number;
    constructor();
}
export default SupplyPlatform;
//# sourceMappingURL=supply-platform.d.ts.map