import { Types } from "bc-minecraft-bedrock-types";
/** */
export interface Model extends Types.BaseObject {
    /** The name of all the bones in the model */
    bones: string[];
}
