export declare enum BrowserType {
    Mozilla = 0,
    Edge = 1,
    Chrome = 2,
    Safari = 3,
    Opera = 4,
    IE = 5,
    Unknown = 6
}
