import type { CpNode } from "../cp-node"; import type { CpNodeStringifyable } from "./cp-node-stringifyable"; declare function fromStringifyable(cpNodesStringifyable: CpNodeStringifyable): CpNode; export { fromStringifyable };