export declare const files: { common: (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; })[]; swagger: { path: string; templates: string[]; renameTo?: string | ((this: import("../index.js").GeneratorBaseCore, data: import("../../lib/types/application/application.js").ApplicationType>, filePath: string) => string) | undefined; condition: () => boolean; }[]; }; 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;