export declare enum ZoomLiveEventType {
    JOINED = "JOINED",
    LEFT = "LEFT",
    RENAMED = "RENAMED"
}
