/**
 * Grell Faction
 * Bio-symbiotic faction with infusion mechanics
 */
import { GrellFaction } from "../../defaults/grell.js";
export declare class Grell extends GrellFaction {
    uuid: string;
    static src: string;
    constructor();
}
export default Grell;
//# sourceMappingURL=grell.d.ts.map