export type SkillMetadata = { name: string; description: string; }; export declare function assertSkillDir(rootDir: string): Promise; export declare function readSkillMetadata(rootDir: string): Promise; //# sourceMappingURL=validate.d.ts.map