import { Object3D } from "three";

export class OBJExporter {
    constructor();

    parse(object: Object3D): string;
}
