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<import("../base-core/types.js").Config, import("../base-core/types.js").Options, import("../base-core/types.js").Features>, params: import("../base-simple-application/tasks.js").TaskParamWithApplication<import("../base-application/types.js").Application<import("../base-application/entity.ts").Entity<import("../base-application/entity.ts").Field, import("../base-application/entity.ts").Relationship>>>) => void;
export default _default;
