import { UADataValues, AgentInfo } from "./types";
export declare function parseUserAgentData(osData?: UADataValues): AgentInfo;
