export default class SecretChatState {
    static Starting: number;
    static Accepting: number;
    static Established: number;
    static Canceled: number;
}
