/** * Skill Installer Skill * * Meta-skill that provides the catalog of installable skills for chat sessions. * Exposes proper tool definitions so any LLM provider (OpenAI, Anthropic, etc.) * can call install/uninstall/list via native function calling. * * The strategy's tool-loop routes calls to handleToolCall(), which mutates * the activeSkills array passed in context. */ export declare const skillInstallerSkill: any;