import type { SkillArtifact } from '../types.js'; export declare function buildSkillArtifact(filePath: string, cwd: string): SkillArtifact;