import type { AgentInfo, SkillInstaller } from './types.js'; export declare const skillInstallers: Record; export declare function getInstaller(name: string): SkillInstaller | null; export declare function listAgentNames(): string[]; export declare function listAgents(local: boolean): Promise; export type { AgentInfo, InstallOptions, SkillInstaller, UninstallOptions, UpdateOptions, } from './types.js'; //# sourceMappingURL=index.d.ts.map