/** * AI Generation CLI Commands */ import type { Command } from '../types.js'; export declare const generateCommand: Command; //# sourceMappingURL=generate.d.ts.map