/** * openlore generate command * * Generates OpenSpec specification files from analysis results using LLM. * Outputs to openspec/specs/ directory in standard OpenSpec format. */ import { Command } from 'commander'; export declare const generateCommand: Command; //# sourceMappingURL=generate.d.ts.map