/** * Mine scorecards to generate analysis.json + backlog.json. * Delegates to the existing analyze-scorecards.ts script which * has mature analysis logic (temporal weighting, hotspot detection, * 5-strategy backlog generation). */ export declare function runAnalyze(flags: Record, cwd: string): Promise; //# sourceMappingURL=analyze.d.ts.map