/** * agentlaunch skill — Self-bootstrapping skill discovery * * agentlaunch skill show → fetch and print skill.md * agentlaunch skill install → print MCP config JSON * agentlaunch skill info → print platform summary */ import { Command } from "commander"; export declare function registerSkillCommand(program: Command): void; //# sourceMappingURL=skill.d.ts.map