/**
 * Grell Extractor - Grell flux gathering building
 * Basic resource extraction structure that inherits from base extractor
 */
import { GrellExtractorBuilding } from "../../../../defaults/grell.js";
export declare class GrellExtractor extends GrellExtractorBuilding {
    uuid: string;
    static src: string;
    constructor();
}
export default GrellExtractor;
//# sourceMappingURL=grell-extractor.d.ts.map