export declare const files: { jhipsterProject: { templates: string[]; }[]; common: import("../base/api.js").WriteFileBlock[]; webpack: import("../base/api.js").WriteFileBlock[]; esbuild: import("../base/api.js").WriteFileBlock[]; sass: { 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; }[]; angularApp: { 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; }[]; microfrontend: (import("../base/api.js").WriteFileBlock | { 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; })[]; angularMain: ({ 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; } | { 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; })[]; angularAccountModule: { condition: (generator: any) => any; 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; }[]; angularAdminModule: { 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; }[]; angularCore: ({ 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; } | { 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; })[]; angularShared: ({ 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; } | { 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; })[]; angularAuthService: ({ 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; } | { 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; })[]; clientTestFw: ({ 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; } | { 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; })[]; }; export declare const writeFiles: (this: import("../index.js").GeneratorBaseCore, params: import("../../lib/types/application/tasks.js").WritingTaskParam, import("../../lib/types/application/application.js").ApplicationType>>) => void;