import { BufferGeometry } from 'three';
import type { geometries } from '@jscad/modeling';
import { CSGTesselationParams } from '../CsgCommon';
export declare function geom3ToObject3D(csg: geometries.geom3.Geom3, options: CSGTesselationParams): import("three").Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>;
export declare function geom3ToBufferGeometry(csg: geometries.geom3.Geom3, options: CSGTesselationParams): BufferGeometry<import("three").NormalBufferAttributes>;
