import { CpNode } from "../cp-node.js"; declare function getAllVertices(cpNode: CpNode): CpNode[]; export { getAllVertices };