import { Types } from "bc-minecraft-bedrock-types";
export interface BlockCulling extends Types.BaseObject {
    affected_bones: string[];
}
