import { BrowserName } from '../../../types'; export declare const detectBrowserName: (customUserAgent?: string) => BrowserName | undefined;