export declare const routesFiles: { routes: ({ path: string; renameTo: (data: any, filePath: string) => string; templates: string[]; condition?: undefined; transform?: undefined; } | { path: string; condition: (generator: { syncRoutesWithApisix?: boolean; enableGrpc?: boolean; }) => boolean | undefined; transform: boolean; templates: string[]; renameTo?: undefined; })[]; }; declare const _default: (this: import("../index.ts").GeneratorBaseCore, params: import("../base-simple-application/tasks.js").TaskParamWithApplication>>) => void; export default _default;