import { Types } from "bc-minecraft-bedrock-types";
/** */
export interface Biome extends Types.BaseObject {
    tags: string[];
}
