import { Color, IndexedPolyhedron } from './common'; export declare function exportGlb(data: IndexedPolyhedron, defaultColor?: Color, includeBuildPlate?: boolean): Promise; //# sourceMappingURL=export_glb.d.ts.map