/** * DefaultActions is the place where Scully run the steps. * Here scully: * create the list of unhandler routes * create the list for handler routes * update the handle route list with the plugins * run the routeProcess plugins to modify the handle routes array * start routeProcessDonePlugin and run all the processDonePlugins (developer/users can get the handle route list, and do a sitemap or things like this) * RenderParrarel activate the plugins (executePlugin) for every route (like run puppeteer) * Start allDonePlugins and run the all Done plugins */ export declare const generateAll: "generateAll";