export declare enum FlowType {
    ROOM = "ROOM",
    PHONE_NUMBER = "PHONE_NUMBER",
    WEBRTC = "WEBRTC",
    SIP = "SIP"
}
