export namespace UIStrings { let warningSlowHostCpu: string; } /** * @param {LH.Gatherer.ProtocolSession} session * @return {Promise} */ export function getBrowserVersion(session: LH.Gatherer.ProtocolSession): Promise; /** * Computes the benchmark index to get a rough estimate of device class. * @param {LH.Gatherer.Driver['executionContext']} executionContext * @return {Promise} */ export function getBenchmarkIndex(executionContext: LH.Gatherer.Driver["executionContext"]): Promise; /** * Computes the observed DPR. * @param {LH.Gatherer.Driver['executionContext']} executionContext * @return {Promise} */ export function getDevicePixelRatio(executionContext: LH.Gatherer.Driver["executionContext"]): Promise; /** * Returns a warning if the host device appeared to be underpowered according to BenchmarkIndex. * * @param {{settings: LH.Config.Settings; baseArtifacts: Pick}} context * @return {LH.IcuMessage | undefined} */ export function getSlowHostCpuWarning(context: { settings: LH.Config.Settings; baseArtifacts: Pick; }): LH.IcuMessage | undefined; /** * @param {{settings: LH.Config.Settings, baseArtifacts: Pick}} context * @return {Array} */ export function getEnvironmentWarnings(context: { settings: LH.Config.Settings; baseArtifacts: Pick; }): Array; //# sourceMappingURL=environment.d.ts.map