/** * Generate command implementation */ import type { GenerateOptions, CommandContext, CommandResult } from '../types/cli-types.js'; /** * Generate an MCP server from a template */ export declare function generateCommand(templateName: string | undefined, options: GenerateOptions, context: CommandContext): Promise; //# sourceMappingURL=generate.d.ts.map