export type BrowserType = "Firefox" | "Chrome" | "Edge" | "Safari" | "IE" | "Other"; export declare function browser(): BrowserType;