import { AgoraRtcEncryptionMode, AgoraRtcConnectionState, AgoraRtcVideoStreamType } from '../../../core/rtc/type'; import type { ConnectionStateType, EncryptionMode, VideoStreamType } from 'shengwang-electron-sdk'; export declare function convertEncryptionMode(mode: AgoraRtcEncryptionMode): EncryptionMode; export declare function convertConnectionState(state: ConnectionStateType): AgoraRtcConnectionState; export declare function convertVideoStreamType(streamType: AgoraRtcVideoStreamType): VideoStreamType;