/**
 * Marran Merc Outpost - Mobile defensive command center for Marran faction
 * Creates all four Marran units and embodies their mobile fortress philosophy
 */
import { MarranMercOutpost } from "../../marran-classes.js";
export declare class MarranMercOutpostBuilding extends MarranMercOutpost {
    uuid: string;
    static src: string;
    readonly name: string;
    constructor();
}
export default MarranMercOutpostBuilding;
//# sourceMappingURL=marran-merc-outpost.d.ts.map