import { RequestHandler } from 'express'; /** * Serving the preload modules script. * @param preloadList - list of modules to preload */ export declare const modulesPreloadHandle: (preloadList: Array) => RequestHandler; //# sourceMappingURL=modules-preload-handle.d.ts.map