import { CpNode } from "../cp-node.js"; declare function isVertex(f: (cpNode: CpNode) => boolean): (cpNode: CpNode) => boolean; export { isVertex };