import BaseApplicationGenerator from '../base-application/index.js'; export default class VueGenerator extends BaseApplicationGenerator { [x: string]: any; pageService: any; blockService: any; dataSourceService: any; tableNameService: any; beforeQueue(): Promise; get configuring(): import("../../lib/types/base/tasks.js").GenericTaskGroup; get loading(): import("../../lib/types/base/tasks.js").GenericTaskGroup, import("../../lib/types/application/application.js").ApplicationType>>, "loadPackageJson" | "applicationDefauts">; get preparing(): import("../../lib/types/base/tasks.js").GenericTaskGroup, import("../../lib/types/application/application.js").ApplicationType>>, "javaNodeBuildPaths" | "applicationDefauts" | "prepareForTemplates">; get default(): import("../../lib/types/base/tasks.js").GenericTaskGroup, import("../../lib/types/application/application.js").ApplicationType>>, "queueTranslateTransform">; get writing(): import("../../lib/types/base/tasks.js").GenericTaskGroup, import("../../lib/types/application/application.js").ApplicationType>>, "cleanup" | "writeEslintClientRootConfigFile" | "writeFiles">; get writingEntities(): import("../../lib/types/base/tasks.js").GenericTaskGroup, import("../../lib/types/application/application.js").ApplicationType>>, "writeEntityFiles">; get postWriting(): import("../../lib/types/base/tasks.js").GenericTaskGroup, import("../../lib/types/application/application.js").ApplicationType>>, "packageJsonBackendScripts" | "addMicrofrontendDependencies" | "addPackageJsonScripts" | "addIndexAsset">; get postWritingEntities(): import("../../lib/types/base/tasks.js").GenericTaskGroup, import("../../lib/types/application/application.js").ApplicationType>>, "postWriteEntityFiles">; get end(): import("../../lib/types/base/tasks.js").GenericTaskGroup, import("../../lib/types/application/application.js").ApplicationType>>, "end">; addEntityToMenu(routerName: any, enableTranslation: any, entityTranslationKeyMenu?: string, entityTranslationValue?: string): void; addEntityToModule(entityInstance: any, entityClass: any, entityName: any, entityFolderName: any, entityFileName: any, _entityUrl: any, _microserviceName: any, readOnly?: any): void; generateEntityClientFieldDefaultValues(fields: any): {}; generateEntityClientFields(primaryKey: any, fields: any, relationships: any, dto: any, customDateType?: string, embedded?: boolean): any[]; generateEntityClientImports(relationships: any, dto: any): Map; generateEntityClientEnumImports(fields: any): Map; getIconName(iconName: any, application: any): any; _getIconName(iconName: any, application: any): any; addEntityServiceToApiServiceImport(application: any, className: any, fileName: any, folderName: any, moduleServices?: boolean): void; addEntityServiceToApiService(application: any, entityName: any, className: any, moduleName: any): void; addEntityRootToModules(application: any, entity: any): void; addEntityServiceToModules(application: any, entity: any): void; addEntityMockToIndex(application: any, entity: any): void; }