export declare function generateRoutes(entryFile: string, routesFile: string): Promise<{
    originRouteCode: string;
    dynamicRouteCode: string;
    staticRouteCode: string;
    useStore: boolean;
    preparerComponentPath: string;
}>;
