export interface MigrationMapping { sourceComponentId: string; detectedPaths: string[]; suggestedBundleIds: string[]; warnings: string[]; manualFollowUps: string[]; } export declare function scanReferenceInstall(root: string): Promise; //# sourceMappingURL=scan-reference-install.d.ts.map