import { type Explanation } from "../../domain/cartographer/explain/explanation.js"; export declare function explainImpact(workspaceRoot: string, impactId: string): Promise; export declare function explainContext(workspaceRoot: string, bundleId: string): Promise; export declare function explainDiff(workspaceRoot: string): Promise; export declare function prNarrative(workspaceRoot: string): Promise; export declare function prChecklist(workspaceRoot: string): Promise; //# sourceMappingURL=explain.d.ts.map