import type { SkillValidationReport } from "./types.js"; export declare function validateSkills(root?: string): Promise;