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