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