export { JSBundlesComputed as JSBundles }; declare const JSBundlesComputed: typeof JSBundles & { request: (dependencies: Pick, context: LH.Artifacts.ComputedContext) => Promise; }; declare class JSBundles { /** * @param {Pick} artifacts */ static compute_(artifacts: Pick): Promise; } //# sourceMappingURL=js-bundles.d.ts.map