import { Mesh } from '../cd'; export interface MeshCollection { [name: string]: Mesh; } export declare const loadObj: (content: string) => MeshCollection;