export { NetworkAnalysisComputed as NetworkAnalysis }; declare const NetworkAnalysisComputed: typeof NetworkAnalysis & { request: (dependencies: import("../index.js").DevtoolsLog, context: LH.Artifacts.ComputedContext) => Promise; }; declare class NetworkAnalysis { /** * @param {LH.DevtoolsLog} devtoolsLog * @param {LH.Artifacts.ComputedContext} context * @return {Promise} */ static compute_(devtoolsLog: LH.DevtoolsLog, context: LH.Artifacts.ComputedContext): Promise; } //# sourceMappingURL=network-analysis.d.ts.map