export declare const runCLI: () => Promise; type GenerateOptions = { dir?: string; plopFile?: string; }; export declare const generate: >(generatorName: string, options: T, { dir, plopFile }?: GenerateOptions) => Promise<{ success: boolean; }>; export {}; //# sourceMappingURL=index.d.ts.map