import type { InstallPlan } from "../../domain/operations/install-plan.js"; export declare function rewriteInstalledAiLayerReferences(workspaceRoot: string, plan: InstallPlan): Promise; //# sourceMappingURL=rewrite-installed-ai-layer.d.ts.map