import { ThrottlingSettings } from 'lighthouse/types/lhr/settings'; declare const networks: Record<'wifi' | '4g', ThrottlingSettings>; export default networks;