export declare enum Platform { IOS = "ios", ANDROID = "android", BROWSER = "browser" }