export declare enum EOperationSystem { MAC_OS = "macos", IOS = "ios", WINDOWS = "windows", ANDROID = "android", LINUX = "linux" }