import type { Types } from "@cornerstonejs/core"; export declare function toPoint3(flatPoints: number[]): Types.Point3[]; export default toPoint3;