import { AgentInfo } from "./types";
export declare function isWebView(userAgent: string): boolean;
export declare function getLegacyAgent(userAgent?: string): AgentInfo;
