export declare enum DeviceTypeEnum {
    APP = "App",
    BROWSER = "Browser",
    THROUGH_LINK = "ThroughLink"
}
