/**
* Avatar that is not humanoid but some other 3d model.
*/exportclassMeshAvatarextendsAvatar {
constructor(scene: any, vrObject: any);
vrObject: any;
mesh: any;
getUrl(): any;
baseMesh(): any;
basePosition(): any;
}
import { Avatar } from"./avatar.js";