import type { LoadedSkill, SkillScope } from "./types"; export declare function discoverAllSkillsBlocking(dirs: string[], scopes: SkillScope[]): LoadedSkill[];