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