export declare const couchbaseFiles: { serverJavaConfig: ({ path: string; renameTo: (data: any, filePath: string) => string; templates: string[]; condition?: undefined; } | { condition: (data: any) => any; path: string; renameTo: (data: any, filePath: string) => string; templates: string[]; })[]; serverResource: { condition: (data: any) => any; path: string; templates: string[]; }[]; serverTestFw: { path: string; renameTo: (data: any, filePath: string) => string; templates: string[]; }[]; }; export declare const cleanupCouchbaseFilesTask: (this: import("../index.js").GeneratorBaseCore, params: import("../../lib/types/application/tasks.js").WritingTaskParam, import("../../lib/types/application/application.js").ApplicationType>>) => void; declare const _default: (this: import("../index.js").GeneratorBaseCore, params: import("../../lib/types/application/tasks.js").WritingTaskParam, import("../../lib/types/application/application.js").ApplicationType>>) => void; export default _default;