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