/** * Show overwrite question if certain conditions are met. * * @param configExists - if the config file already exists * @param launchDeployConfigAsSubGenerator - if the generator is launched as a subgenerator * @param launchStandaloneFromYui - if the generator is launched as a standalone generator in YUI * @param overwriteOption - if the overwrite option is set * @returns - if the overwrite question should be shown */ export declare function showOverwriteQuestion(configExists: boolean, launchDeployConfigAsSubGenerator?: boolean, launchStandaloneFromYui?: boolean, overwriteOption?: boolean): boolean; //# sourceMappingURL=conditions.d.ts.map