/** * `skills export` command — Export skills to different AI agent formats * * Follows the Agent Skills spec: .agentname/skills/skillname/SKILL.md * Supports all 42+ agents defined in agents.ts */ import { Command } from 'commander'; export declare function registerExportCommand(program: Command): void; //# sourceMappingURL=export.d.ts.map