import { RTMEvents } from "agora-rtm"; import { AgoraRtmConnectionState, AgoraRtmRegion } from "../../core/rtm/type"; export declare const convertRtmConnectionState: (event: RTMEvents.LinkStateEvent, currentState: AgoraRtmConnectionState) => AgoraRtmConnectionState; export declare const convertRtmRegion: (region: AgoraRtmRegion) => string;