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