import type { RepoProfile } from '../analyzers/types.js'; import type { BacklogAnalysis } from '../analyzers/backlog.js'; import type { CommonIssuesFile } from '../briefing.js'; /** * Generate seeded common issues from repo analysis and backlog scan. * Converts HACK/FIXME clusters into recurring patterns and adds structural warnings. */ export declare function generateCommonIssues(profile: RepoProfile, backlog: BacklogAnalysis): CommonIssuesFile; //# sourceMappingURL=common-issues.d.ts.map