import * as three from 'three'; import { Obj } from '../types.js'; declare const createThreeObjectFromObj: (model: Obj) => three.Group; export { createThreeObjectFromObj };