import { CpNode } from '../cp-node.js'; /** * Returns the branch associated with the give cpNode * * @param cpNode `CpNode` representing the start vertex. */ declare function getBranchBeziers(cpNode: CpNode): number[][][]; export { getBranchBeziers };