export declare const DeviceTypes: {
    Mobile: string;
    Tablet: string;
    SmartTv: string;
    Console: string;
    Wearable: string;
    Embedded: string;
    Browser: undefined;
};
export declare const BrowserTypes: {
    Chrome: string;
    Firefox: string;
    Opera: string;
    Yandex: string;
    Safari: string;
    InternetExplorer: string;
    Edge: string;
    Chromium: string;
    Ie: string;
    MobileSafari: string;
    EdgeChromium: string;
    MIUI: string;
    SamsungBrowser: string;
};
export declare const OsTypes: {
    IOS: string;
    Android: string;
    WindowsPhone: string;
    Windows: string;
    MAC_OS: string;
};
export declare const InitialDeviceTypes: {
    isMobile: boolean;
    isTablet: boolean;
    isBrowser: boolean;
    isSmartTV: boolean;
    isConsole: boolean;
    isWearable: boolean;
};
