import { Object3D } from "@easytwin/three"; export class OBJExporter { constructor(); parse(object: Object3D): string; }