import { BaseObject } from 'bc-minecraft-bedrock-types';
/**Represents a voxel shape definition from a Minecraft Bedrock behavior pack*/
export interface VoxelShape extends BaseObject {
}
//# sourceMappingURL=voxel-shape.d.ts.map