import type { ShapeNode } from "./ShapeNode.js"; export type Shape = { nodes: Array; };