import { ForgeCommand } from './base.js'; /** * Generate Command - Manual artifact generation */ export declare class GenerateCommand extends ForgeCommand { register(): void; execute(artifact: string, options: any): Promise; /** * Load existing context from STATE.json or other sources */ private loadContext; /** * Check if context has a nested field */ private hasField; } //# sourceMappingURL=generate.d.ts.map