import type { ApplicationWithEntities } from '../../../lib/jdl/jdl-importer.ts';
/**
 * Check if .yo-rc.json exists inside baseName folder.
 * @param {string} baseName
 * @return {boolean}
 */
export declare const baseNameConfigExists: (baseName?: string) => boolean;
/**
 * Check if every application is new.
 * @param {any} importState
 * @return {boolean}
 */
export declare const allNewApplications: (applications: ApplicationWithEntities[]) => boolean;
