export declare enum HMSMode { PUBLISH_AND_SUBSCRIBE = 0, ONLY_PUBLISH = 1, ONLY_SUBSCRIBE = 2, AUTO = 3 }