/**
 * Legion Extractor - Sacred resource extraction facility
 * Holy mining installation that gathers materials for the divine cause
 */
import { LegionExtractorBuilding } from "../../legion-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class LegionExtractor extends LegionExtractorBuilding {
    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 LegionExtractor;
//# sourceMappingURL=legion-extractor.d.ts.map