export { SpeedIndexComputed as SpeedIndex }; declare const SpeedIndexComputed: typeof SpeedIndex & { request: (dependencies: import("../../index.js").Artifacts.MetricComputationDataInput, context: LH.Artifacts.ComputedContext) => Promise; }; declare class SpeedIndex extends NavigationMetric { /** * @param {LH.Artifacts.NavigationMetricComputationData} data * @param {LH.Artifacts.ComputedContext} context * @return {Promise} */ static computeSimulatedMetric(data: LH.Artifacts.NavigationMetricComputationData, context: LH.Artifacts.ComputedContext): Promise; } import { NavigationMetric } from './navigation-metric.js'; //# sourceMappingURL=speed-index.d.ts.map