import { ThrottlingSettings } from 'lighthouse/types/lhr/settings'; declare const config: { desktop: { [k: string]: (throttling: ThrottlingSettings) => Partial; }; mobile: { [k: string]: (throttling: ThrottlingSettings) => Partial; }; }; export default config;