import type { CpNode } from '../cp-node/cp-node.js'; /** @internal */ declare function getLeaves(cpNode: CpNode): CpNode[]; export { getLeaves };