export declare function getBrowserInfo(): { browser: string; browserVersion: string; }; export declare function getPlatformInfo(): string;