import type { ServiceSpec } from "./service-definition.js"; import type { LegacyRuntimeRoot } from "./service-migration-runtime-forest-scan.js"; /** 静态发现标准 npm/pnpm 布局;不执行插件,不重新安装,不捕获任意外部资源。 */ export declare function discoverLegacyRuntimeLayout(spec: ServiceSpec): Promise; //# sourceMappingURL=service-migration-runtime-layout.d.ts.map