export declare const vauthzFiles: { serverResource: ({ path: string; transform: boolean; templates: string[]; renameTo?: undefined; } | { path: string; renameTo: (data: any, filePath: string) => string; templates: string[]; transform?: undefined; })[]; }; export declare const vauthzSyncPoliciesFiles: { vauthzResource: ({ path: string; renameTo: (data: any, filePath: string) => string; templates: string[]; } | { path: string; templates: string[]; renameTo?: undefined; })[]; }; declare const _default: (this: import("../index.ts").GeneratorBaseCore, params: import("../base-simple-application/tasks.js").TaskParamWithApplication>>) => void; export default _default; export declare const writeVauthzPoliciesFiles: () => { writeServerFiles: (this: import("../index.ts").GeneratorBaseCore, params: import("../base-application/tasks.js").TaskParamWithEntities, import("../base-application/types.js").Application>>) => void; };