import { Object3D } from 'three';
import { GLTFExporterOptions } from 'three/examples/jsm/exporters/GLTFExporter.js';
declare function exportGltf(object: Object3D | Object3D[], options?: GLTFExporterOptions): Promise<ArrayBuffer | {
[key: string]: any;
}>;
export { exportGltf, };