import { Types } from "bc-minecraft-bedrock-types";
/** */
export interface Feature extends Types.BaseObject {
    type: string;
}
