import {Object3D} from "../../.."; export class TypedGeometryExporterD { constructor(); parse(scene: Object3D, options: {}): DataView | string; }