import { CADTesselationParams, CadGeometryType } from '../CadCommon';
import { BaseSopNodeType } from '../../../../../engine/nodes/sop/_Base';
import { CadObject } from '../CadObject';
import { Object3D } from 'three';
export declare function cadCompoundToObject3D(cadObject: CadObject<CadGeometryType.COMPOUND>, tesselationParams: CADTesselationParams, displayNode: BaseSopNodeType): Object3D<import("three").Object3DEventMap>[];
export declare function cadCompoundSubObjectsCount(cadObject: CadObject<CadGeometryType.COMPOUND>): number;
