import { BrowserContextOptions } from '../typings'; export declare const getDeviceInfo: (deviceName?: string) => BrowserContextOptions | undefined;