export declare function parseObj(objText: string, objUrl: string, finalObjUrl: string): Promise<{ positions: number[]; normals: number[]; sts: number[]; colors: number[]; indices: number[]; imagePath: string; }>;