import type { GenerateCommandOptions } from '../types.js'; export declare function generateCommand(type: string, name?: string, options?: GenerateCommandOptions): Promise; //# sourceMappingURL=generate.d.ts.map