import type { Revisions } from './revisions.js'; export type Hotspot = { file: string; complexity: number; revisions: number; }; export declare function hotspots(revisions: Revisions, visualComplexity: (file: string) => Promise): Promise; //# sourceMappingURL=hotspots.d.ts.map