import type { AgentSkill, SkillSource } from "./skillTypes.js"; /** * Loads a skill file, parses its frontmatter, and builds a normalized skill record. * * Expects: filePath points to a readable file; unreadable files return null. */ export declare function skillResolve(filePath: string, source: SkillSource, root?: string): Promise; //# sourceMappingURL=skillResolve.d.ts.map