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