import { BrowserInfo } from './reporter-interface';
export declare function getDeviceFromBrowserInfo(browserInfo: BrowserInfo): string | null;
