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