import type { ModuleInstance } from '../../module-model/index.js'; import type { NodeInstance } from '../../node-model/index.js'; export declare const NodeHelper: { attachedPrivateModules: (node: NodeInstance, maxDepth?: number) => Promise; attachedPublicModules: (node: NodeInstance, maxDepth?: number) => Promise; }; //# sourceMappingURL=index.d.ts.map