import { CpNode } from "../cp-node.js"; /** * Returns `true` if the `CpNode` has all branches terminating */ declare function isTrivial(cpNode: CpNode): boolean; export { isTrivial };