import type { SkillEntry } from "./types.js";
export declare function resolveSkillToolsRootDir(entry: SkillEntry): string;
