import { ShapeBufferGeometry } from 'three/src/geometries/ShapeBufferGeometry';
import { Vector3 } from 'three/src/math/Vector3';
export declare class CoreGeometryUtilShape {
    static geometry_from_points(positions: Vector3[]): ShapeBufferGeometry;
}
