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