import { Material } from 'three'; export declare enum LocationType { highway = 1, storage = 2, workstation = 3, chargingPile = 4, unload = 5, access = 6, load = 7, check = 8, inHandover = 9, outHandover = 10, ATMIncomingTemporaryStorage = 11 } /** * 根据位置类型 获取位置纹理 * @param locationType */ export declare function getLocationMaterial(locationType: any): Material; export declare function getLocationMaterialByColor(color: number): Material;