import { MeshStandardMaterial, Texture } from "three"; import Appendable from "../display/core/Appendable"; import MeshAppendable from "../display/core/MeshAppendable"; import Model from "../display/Model"; export declare const uuidMap: Map>>; export declare const uuidTextureMap: Map; export declare const uuidMaterialMap: Map; export declare const userIdMap: Map>>>; export declare const idRenderCheckMap: Map>>; export declare const idRenderCheckModelMap: Map; export declare const getAppendablesById: (id: string) => Set>> | (Appendable | MeshAppendable>)[];