import { Geometry, Path2 } from '@jscad/modeling/src/geometries/types' export = path2ToGeometries; declare function path2ToGeometries(options: any, solid: Path2): Geometry[];