export declare enum Platform { MOBILE_WEB = "mobile_web", MOBILE_IOS = "mobile_ios", MOBILE_ANDROID = "mobile_android", DESKTOP_WEB = "desktop_web" }