/**
 * Biomass - Grell terrain control mechanic
 */
import { GameMechanic } from "../../engine/mechanic.js";
export declare class Biomass extends GameMechanic {
    static src: string;
    constructor();
}
export default Biomass;
//# sourceMappingURL=biomass.d.ts.map