/**
* This function writes a Yeoman config file in the current folder.
* @param config the configuration.
* @param yoRcPath the yeoman conf file path
*/exportfunctionwriteConfigFile(config: any, yoRcPath?: string): void;
exportconstGENERATOR_NAME: "gen-jhipster";