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