import type { CpNode } from '../cp-node/cp-node.js'; declare function getLargestVertex(cpNode: CpNode): CpNode; export { getLargestVertex };