/** * PST higher level utilities */ import type { PHNodeHeap } from "./PHNodeHeap.js"; import type { PLSubNode } from "./PLSubNode.js"; export declare function getHeapFrom(node: PLSubNode): Promise;