import type { InstallPlan } from "../../domain/operations/install-plan.js"; import type { ProvenanceIndexDocument } from "../../domain/runtime/provenance.js"; export declare function buildProvenanceIndex(workspaceRoot: string, plan: InstallPlan): ProvenanceIndexDocument; //# sourceMappingURL=build-provenance-index.d.ts.map