/** * Forge Command * AI-powered skill generation from natural language descriptions * (SkillKit calls this "ai generate" — we call it "forge") */ import { Command } from 'commander'; /** * Register the forge command */ export declare function registerForgeCommand(program: Command): void; //# sourceMappingURL=forge.d.ts.map