import Node from "../core/Node.js"; export const shapeCircle: (coord?: Node) => Node;