export declare function runGeneration(configPath: string, basePath: string, overwrite: boolean, templateName?: string): Promise<void>;
