export declare const entityFiles: { elasticSearchFiles: { templates: string[]; path?: string | ((this: import("../index.js").GeneratorBaseCore, data: import("../../lib/types/application/application.js").ApplicationType>) => string) | undefined; renameTo?: string | ((this: import("../index.js").GeneratorBaseCore, data: import("../../lib/types/application/application.js").ApplicationType>, filePath: string) => string) | undefined; condition: (generator: any) => any; }[]; }; export declare const userEntityFiles: { elasticSearchFiles: { path: string; renameTo: (data: any, filePath: string) => string; templates: string[]; }[]; }; export declare function cleanupElasticsearchEntityFilesTask(): void; declare const _default: (this: import("../index.js").GeneratorBaseCore, params: import("../../lib/types/application/tasks.js").TaskParamWithEntities, import("../../lib/types/application/application.js").ApplicationType>>) => void; export default _default;