/**
 * Inspired from:
 * https://stackoverflow.com/questions/11219582/how-to-detect-my-browser-version-and-operating-system-using-javascript
 */
declare const getBrowserInfo: (nAgt: string) => string;
export default getBrowserInfo;
