export declare enum PlatformEnum { MP = "MP", APP = "APP", H5 = "H5", PC_WEB = "PC_WEB", ANDROID = "ANDROID", IOS = "IOS" }