import type { CliIO } from '../types'; export declare function runGenerate(argv: string[], io: CliIO): Promise; //# sourceMappingURL=generate.d.ts.map