import type { SkillRoot } from "./types.js"; export declare function projectSearchDirs(input: { readonly cwd: string; readonly projectRoot?: string | undefined; }): string[]; export declare function skillSearchRoots(input: { readonly cwd: string; readonly projectRoot?: string | undefined; }): SkillRoot[]; export declare function skillSearchLocationHints(): string[];