import { type LegacyRuntimeRoot } from "./service-migration-runtime-forest-scan.js"; /** 一个工件保留多个安装根的原路径拓扑;不复制根之间的共同祖先内容。 */ export declare function captureLegacyRuntimeForest(roots: LegacyRuntimeRoot[], store: string, id: string): Promise; //# sourceMappingURL=service-migration-runtime-forest.d.ts.map