import type { SkillAgent } from './harness/harness-spec.js'; /** The skill's own dir under where skills@1.5.15 wrote for this agent. */ export declare function skillTargetDir(agent: SkillAgent): string; /** Mirrors skills@1.5.15 getSkillLockPath(); missing the XDG branch strands entries. */ export declare function skillLockPath(): string;