import TargetCommand from '../flows/generate.js'; export default class LlmFlows extends TargetCommand { static description: string; static hidden: boolean; run(): Promise; } //# sourceMappingURL=flows.d.ts.map