import type { Application as ClientApplication } from '../client/types.ts';
/**
 * Removes files that where generated in previous JHipster versions and therefore
 * need to be removed.
 */
declare const _default: (this: import("../index.ts").GeneratorBaseCore<import("../base-core/types.js").Config, import("../base-core/types.js").Options, import("../base-core/types.js").Features>, params: import("../base-simple-application/tasks.js").TaskParamWithApplication<ClientApplication>) => void;
export default _default;
