import type { SkillValidationReport } from "./types"; export declare function resolveSkillFilePath(skillPath: string): Promise<{ skillDir: string; skillFilePath: string; }>; export declare function validateSkillDirectory(skillPath: string, evalFilePath?: string): Promise;