import type { RepoMap } from "../../domain/intelligence/repo-map.js"; import type { ImpactAnalysis } from "../../domain/runtime/impact-analysis.js"; import type { FileInterestDocument } from "../../domain/runtime/file-interest.js"; export declare function deriveImpactAnalysis(taskId: string, fileInterest: FileInterestDocument, repoMap: RepoMap): ImpactAnalysis; //# sourceMappingURL=derive-impact-analysis.d.ts.map