import type { SkillDetection } from "../domain/session-report.js"; export declare function inferSkillsFromPaths(paths: string[]): SkillDetection[];