export declare class PlatformType { /** * Android mobile OS. */ static readonly ANDROID = "Android"; /** * iOS mobile OS. */ static readonly IOS = "iOS"; /** * Windows OS. */ static readonly WINDOWS = "WINDOWS"; /** * MacOS. */ static readonly MACOS = "MACOS"; /** * Ubuntu OS. */ static readonly UBUNTU = "UBUNTU"; }