import { AgentName } from '../agents/types.js'; export declare function countInstalledSkills(dirOrPath: string, agent: AgentName | string): number;