import type { BrowserOS } from "./type"; export declare function parseUserAgentOS(userAgent: string): BrowserOS;