export declare function whichBrowser(): Browser; export declare type Browser = "Opera" | "FF" | "Chrome" | "Safari" | "IE";