export declare const vueFiles: { common: import("../base/api.js").WriteFileBlock[]; 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; })[]; sass: { path: string; templates: string[]; renameTo?: string | ((this: import("../index.js").GeneratorBaseCore, data: import("../../lib/types/application/application.js").ApplicationType>, filePath: string) => string) | undefined; }[]; vueApp: { path: string; templates: string[]; renameTo?: string | ((this: import("../index.js").GeneratorBaseCore, data: import("../../lib/types/application/application.js").ApplicationType>, filePath: string) => string) | undefined; }[]; i18n: { path: string; templates: string[]; renameTo?: string | ((this: import("../index.js").GeneratorBaseCore, data: import("../../lib/types/application/application.js").ApplicationType>, filePath: string) => string) | undefined; condition: (generator: any) => any; }[]; sharedVueApp: { path: string; templates: string[]; renameTo?: string | ((this: import("../index.js").GeneratorBaseCore, data: import("../../lib/types/application/application.js").ApplicationType>, filePath: string) => string) | undefined; }[]; accountModule: ({ path: string; templates: string[]; renameTo?: string | ((this: import("../index.js").GeneratorBaseCore, data: import("../../lib/types/application/application.js").ApplicationType>, filePath: string) => string) | undefined; } | { path: string; templates: string[]; renameTo?: string | ((this: import("../index.js").GeneratorBaseCore, data: import("../../lib/types/application/application.js").ApplicationType>, filePath: string) => string) | undefined; condition: (generator: any) => any; })[]; adminModule: ({ path: string; templates: string[]; renameTo?: string | ((this: import("../index.js").GeneratorBaseCore, data: import("../../lib/types/application/application.js").ApplicationType>, filePath: string) => string) | undefined; } | { path: string; condition: (generator: any) => any; templates: string[]; renameTo?: string | ((this: import("../index.js").GeneratorBaseCore, data: import("../../lib/types/application/application.js").ApplicationType>, filePath: string) => string) | undefined; })[]; }; export declare const entitiesFiles: { entities: { path: string; templates: string[]; 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; export declare const writeEntitiesFiles: (this: import("../index.js").GeneratorBaseCore, params: import("../../lib/types/application/tasks.js").TaskParamWithEntities, import("../../lib/types/application/application.js").ApplicationType>>) => void;