import { OCCTCurves } from './curves'; import { OCCTSurfaces } from './surfaces'; import { OCCTWorkerManager } from '../../../occ-worker/occ-worker-manager'; export declare class OCCTGeom { readonly curves: OCCTCurves; readonly surfaces: OCCTSurfaces; constructor(occWorkerManager: OCCTWorkerManager); }