import type { AgentConfig } from "../../shared/agent-config.js"; import type { AgentSkills } from "../../shared/skills.js"; interface SkillScanOptions { homeDir?: string; } export declare function scanAgentSkills(agent: AgentConfig, options?: SkillScanOptions): Promise; export {}; //# sourceMappingURL=agent-skills.d.ts.map