import { ValidationError } from '../../../types'; import { Modules } from '../../../schema/manifest'; export declare const validateSkillPath: (allModules: Modules, manifestDir?: string, yamlContentByLine?: string[]) => ValidationError[]; //# sourceMappingURL=validate-skill-path.d.ts.map