import * as THREE from "three"; /** * 解析材质zip包 */ export declare function parseMaterialZip(zipFile: File): Promise;