export declare enum FromClient {
    IOS = "7 iOS",
    Android = "8 Android",
    PC = "0 /"
}
