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